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

Add more statement parsing for sass-parser #2317

Merged
merged 7 commits into from
Sep 5, 2024
Merged

Add more statement parsing for sass-parser #2317

merged 7 commits into from
Sep 5, 2024

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Aug 22, 2024

No description provided.

@nex3 nex3 requested a review from Goodwine August 22, 2024 03:08
@nex3 nex3 force-pushed the more-statements branch 3 times, most recently from 87a14db to e971c11 Compare August 23, 2024 01:52
@nex3 nex3 force-pushed the more-statements branch 3 times, most recently from 3e6c80e to 8c3b58a Compare September 4, 2024 01:23
@nex3 nex3 requested a review from Goodwine September 4, 2024 01:32
export type AtRule = DebugRule | EachRule | ErrorRule | ForRule | GenericAtRule;

/**
* All Sass statements that are comments.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this plural because we will add a separate type for silent comments?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly.

@nex3 nex3 merged commit 5dff2e8 into main Sep 5, 2024
38 checks passed
@nex3 nex3 deleted the more-statements branch September 5, 2024 21:34
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

Successfully merging this pull request may close these issues.

2 participants