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

bug: unnessery non-feature related validation #107

Open
moontai0724 opened this issue Dec 19, 2022 · 2 comments
Open

bug: unnessery non-feature related validation #107

moontai0724 opened this issue Dec 19, 2022 · 2 comments

Comments

@moontai0724
Copy link

It told me that Decorators cannot be used to decorate parameters, but actually this is acceptable.

But this is not the point, I think the core problem is that this is not what this plugin should detect, right?

image

@moontai0724 moontai0724 changed the title bug: unnessery non-plugin validation bug: unnessery non-feature related validation Dec 19, 2022
@tonjohn
Copy link

tonjohn commented Dec 22, 2023

I'm confused about this as well. Prevents the plugin from working in many Angular files 😭

@amatiasq
Copy link
Owner

This tool uses a parser to read the file, convert it into AST and then manipulate the import statements.
If the parser can't understand your file then this tool can't do it's job.

Check using a different parser.

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

3 participants