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

Not compatible with TypeScript v4.8+ - decorators are now under modifiers #158

Open
rluvaton opened this issue Mar 6, 2023 · 0 comments

Comments

@rluvaton
Copy link

rluvaton commented Mar 6, 2023

In TypeScript version 4.8, one of the breaking changes are decorators property moved to be modifiers

Decorators are placed on modifiers on TypeScript's Syntax Trees

and this line and maybe more does not support it and causing this library to be incompatible

const decorators = node.decorators;

I can try to create a PR, I just wanna know if it's gonna be reviewed as this project does not look super maintained...

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

No branches or pull requests

1 participant