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

[Indented syntax improvements] Dart implementation #2467

Open
wants to merge 67 commits into
base: main
Choose a base branch
from

Conversation

jamesnw
Copy link
Contributor

@jamesnw jamesnw commented Dec 16, 2024

Blocked until proposal is accepted.

[skip sass-embedded]

Copy link
Contributor Author

@jamesnw jamesnw left a comment

Choose a reason for hiding this comment

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

@nex3 This is ready for another round of review, along with the spec draft 1.2. Thanks!

lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/parser.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
lib/src/parse/parser.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
Copy link
Contributor Author

@jamesnw jamesnw left a comment

Choose a reason for hiding this comment

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

CHANGELOG.md Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/stylesheet.dart Outdated Show resolved Hide resolved
lib/src/parse/sass.dart Outdated Show resolved Hide resolved
lib/src/parse/parser.dart Outdated Show resolved Hide resolved
@jamesnw jamesnw requested a review from nex3 January 11, 2025 02:10
CHANGELOG.md Outdated
@@ -5,6 +5,24 @@
* **Potentially breaking bug fix**: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like `[foo#{"]:is(bar"}) {a:
b}` would compile without error, but this was an unintentional bug.
## 1.83.5-dev
Copy link
Contributor

Choose a reason for hiding this comment

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

Get rid of this header.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nex3 I removed that. I also removed an extra period at the end of the next point that I noticed. (see 7c6d741)

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