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
import.meta.glob
There's still a problem with #6239. Escaping parens in import.meta.glob goes wrong for template strings.
Object.keys( import.meta.glob('./\\(demos\\)/*/+page.{svx,md,svelte}') ).length >>> 11 Object.keys( import.meta.glob(`./\\(demos\\)/*/+page.{svx,md,svelte}`) ).length >>> 0
See the console logs in this repro:
https://stackblitz.com/edit/sveltejs-kit-template-default-skkkob?file=src/routes/+page.js
No response
StackBlitz
annoyance
The text was updated successfully, but these errors were encountered:
repro sveltejs/kit#8490 for good measure
0b44231
This is a Vite issue, not a SvelteKit issue — closing
Sorry, something went wrong.
No branches or pull requests
Describe the bug
There's still a problem with #6239. Escaping parens in
import.meta.glob
goes wrong for template strings.Reproduction
See the console logs in this repro:
https://stackblitz.com/edit/sveltejs-kit-template-default-skkkob?file=src/routes/+page.js
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: