-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Added style AST to parser services #340
Added style AST to parser services #340
Conversation
🦋 Changeset detectedLatest commit: fc476cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
I think this could be optimized by only parsing when the AST is demanded for the first time (and caching it for subsequent requests), but that can be added later |
Pull Request Test Coverage Report for Build 5092436135
💛 - Coveralls |
I added tests while debugging the offset. I'm on the fence about the offset re-calculation, see the specific comment. Other than that, good to go as far as I am concerned... |
…on for PostCSS nodes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I think we can merge once the CI error is fixed. I think maybe there is a problem with the main branch.
Thank you for the reviews, re-reviews and consultation of the correct approach! :) |
Alternative proposal to #318, see #318 (comment)