We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have to distribute the CJS build for eslint-plugin-svelte (sveltejs/eslint-plugin-svelte#808) and the REPL
eslint-plugin-svelte
check if we can use something like https://esm.sh/stable/svelte@5.0.0-next.171/esnext/compiler.js or https://esm.sh/stable/svelte@5.0.0-next.171/esnext/compiler/index.js?bundle-deps
or create a separate package just for the REPL
nice to have
The text was updated successfully, but these errors were encountered:
Are we okay with saying that you need to upgrade to ESLint 9 as part of migrating a project to Svelte 5?
Sorry, something went wrong.
No branches or pull requests
Describe the problem
We have to distribute the CJS build for
eslint-plugin-svelte
(sveltejs/eslint-plugin-svelte#808) and the REPLDescribe the proposed solution
check if we can use something like https://esm.sh/stable/svelte@5.0.0-next.171/esnext/compiler.js or https://esm.sh/stable/svelte@5.0.0-next.171/esnext/compiler/index.js?bundle-deps
or create a separate package just for the REPL
Importance
nice to have
The text was updated successfully, but these errors were encountered: