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

Update AGTree to v2 #215

Closed
scripthunter7 opened this issue Sep 2, 2024 · 0 comments
Closed

Update AGTree to v2 #215

scripthunter7 opened this issue Sep 2, 2024 · 0 comments

Comments

@scripthunter7
Copy link
Member

scripthunter7 commented Sep 2, 2024

We need to update AGTree to v2. It is important to note that AGTree v2 no longer parses CSS directly, so we need to do that separately using ECSSTree to keep CSS validation in the linter.

I suggest adding linter rules for CSS.

To avoid possible re-parsing of CSS codes, I propose to introduce a store that all linter rules have access to, so instead of re-parsing, we only need to read the cache (since we put the CSS code there the first time we parse)

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

3 participants