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

TypeScript version is too low #3714

Open
fgnosv opened this issue Sep 18, 2023 · 3 comments
Open

TypeScript version is too low #3714

fgnosv opened this issue Sep 18, 2023 · 3 comments

Comments

@fgnosv
Copy link

fgnosv commented Sep 18, 2023

The TypeScript lexer and parser versions are too low, so parsing is not possible when running open source. Please update typescript to the latest version.

@abulka
Copy link

abulka commented Nov 26, 2023

Presumably you mean some newer (or merely current) Typescript syntax is not parsed properly? If so, I agree.

I'm not sure who is maintaining the Typescript grammar anymore. I contacted the two original authors of the grammar a while ago and they said they were no longer working on it.

@aleppard
Copy link
Contributor

I've created a PR #3973 that upgrades the JavaScript part of TypeScript from the existing JavaScript grammar file, and adds a couple of Typescript improvements.

@aleppard
Copy link
Contributor

I've created a new PR #3978 that upgrades it to v2.7. This is still far off the latest version of v5.3 or so; but it should be much more compatible with existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants