Skip to content

Parsing error: Unknown type:SvelteBoundary #968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
mustafa0x opened this issue Dec 14, 2024 · 2 comments
Closed
2 tasks done

Parsing error: Unknown type:SvelteBoundary #968

mustafa0x opened this issue Dec 14, 2024 · 2 comments

Comments

@mustafa0x
Copy link

mustafa0x commented Dec 14, 2024

Before You File a Bug Report Please Confirm You Have Done The Following...

  • I have tried restarting my IDE and the issue persists.
  • I have updated to the latest version of the packages.

What version of ESLint are you using?

9.17.0

What version of eslint-plugin-svelte are you using?

2.46.1

What did you do?

Configuration
import js from '@eslint/js'
import svelte from 'eslint-plugin-svelte'

/** @type {import('eslint').Linter.Config[]} */
export default [
    js.configs.recommended,
    ...svelte.configs['flat/recommended'],
]
<svelte:boundary></svelte:boundary>

What did you expect to happen?

work

What actually happened?

Parsing error: Unknown type:SvelteBoundary

Link to GitHub Repo with Minimal Reproducible Example

tbd

@baseballyama
Copy link
Member

resolved by #956

Please use 3.0.0-next.5

@mustafa0x
Copy link
Author

thanks @baseballyama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants