Skip to content
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

Support foreign namespace behaviour in language-server and svelte2tsx #937

Merged

Conversation

halfnelson
Copy link
Contributor

This allows for case sensitive attributes in the JSX via the foreign namespace. Which then allows svelte-nodegui and svelte-native to use the correct casing of attribute names and avoid errors at runtime.

This involved wiring through the svelte compiler config from the language server into svelte2tsx then into htmlxtojsx

Bonus feature, I can run yarn test on windows due to cross-env

@dummdidumm dummdidumm merged commit d73447d into sveltejs:master Apr 6, 2021
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

Successfully merging this pull request may close these issues.

2 participants