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
Slang@19 comes with bug fixes and runs in WASM, but implies some changes to the API.
Slang@19
Because Slang@19 is ESM, we need to do dynamic imports to use it from the extension's commonjs code:
const { Language } = await import("@nomicfoundation/slang")
This will require reworking the structure of the supporting classes in Semantic Highlighting and Outline.
The text was updated successfully, but these errors were encountered:
antico5
No branches or pull requests
Slang@19
comes with bug fixes and runs in WASM, but implies some changes to the API.Because
Slang@19
is ESM, we need to do dynamic imports to use it from the extension's commonjs code:This will require reworking the structure of the supporting classes in Semantic Highlighting and Outline.
The text was updated successfully, but these errors were encountered: