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

Initial implementation of a PostCSS-compatible parser JS API #2304

Merged
merged 18 commits into from
Aug 22, 2024
Merged

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Aug 10, 2024

This is just a vertical slice designed to solidify the general
principles of the API design and ensure that everything works as
expected. It's not yet usable as a full-fledged parser.

This is just a vertical slice designed to solidify the general
principles of the API design and ensure that everything works as
expected. It's not yet usable as a full-fledged parser.
@nex3 nex3 requested a review from Goodwine August 10, 2024 02:52
CHANGELOG.md Outdated Show resolved Hide resolved
lib/src/js/source_span.dart Outdated Show resolved Hide resolved
lib/src/js/parser.dart Outdated Show resolved Hide resolved
lib/src/js/parser.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
pkg/sass-parser/test/setup.ts Outdated Show resolved Hide resolved
tool/grind/sass_api.dart Show resolved Hide resolved
@nex3 nex3 requested a review from Goodwine August 16, 2024 22:12
@nex3 nex3 requested a review from Goodwine August 16, 2024 23:17
lib/src/ast/sass/expression.dart Outdated Show resolved Hide resolved
lib/src/ast/sass/statement.dart Outdated Show resolved Hide resolved
lib/src/js/parser.dart Outdated Show resolved Hide resolved
pkg/sass-parser/lib/src/expression/string.ts Outdated Show resolved Hide resolved
pkg/sass-parser/lib/src/interpolation.ts Outdated Show resolved Hide resolved
nex3 and others added 2 commits August 19, 2024 17:04
Co-authored-by: Christophe Coevoet <stof@notk.org>
Co-authored-by: Christophe Coevoet <stof@notk.org>
@nex3 nex3 merged commit eb6c19e into main Aug 22, 2024
38 checks passed
@nex3 nex3 deleted the sass-parser branch August 22, 2024 02:44
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.

3 participants