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

Accept filter list node directly in lint method #192

Open
scripthunter7 opened this issue Jan 9, 2024 · 0 comments
Open

Accept filter list node directly in lint method #192

scripthunter7 opened this issue Jan 9, 2024 · 0 comments
Assignees
Labels

Comments

@scripthunter7
Copy link
Member

Currently, lint method only accepts raw filter lists as parameters, but it would be nice to improve it in such a way that it also accepts AGTree filter list nodes directly.

The reason for this is that if we want to make the VSCode plugin smarter, we have to do the parsing before linting, and this way we can avoid double parsing.

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

No branches or pull requests

3 participants