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

[lsp-server] Add support for parsing typescript files with "explicitResourceManagement" #3795

Open
ozzyonfire opened this issue Oct 7, 2024 · 0 comments
Labels
enhancement lsp-server graphql-language-service-server

Comments

@ozzyonfire
Copy link

Currently, the language server is unable to parse .ts files with the "using" keyword.

I think we just need to enable the babel plugin for "explicitResourceManagement".

Receiving an error:

[Info  - 11:39:20 AM] SyntaxError: This experimental syntax requires enabling the parser plugin: "explicitResourceManagement". (411:2)

I can try to submit a PR if I can get a chance.

@ozzyonfire ozzyonfire added enhancement lsp-server graphql-language-service-server labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement lsp-server graphql-language-service-server
Projects
None yet
Development

No branches or pull requests

1 participant