Use thread-safe writeln from dart sdk >=3.6.0 (#2528) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
Recent Commits to dart-sass:main
-
Use thread-safe writeln from dart sdk >=3.6.0 (#2528)
-
Add support for parsing null literals (#2525)
Add support for parsing null literals (#2525)
-
Fix IsCalculationSafe.visitBinaryOperationExpression (#2524)
Fix IsCalculationSafe.visitBinaryOperationExpression (#2524) This was previously checking whether *either* operator was calculation-safe, when in fact it should check that *both* are. Closes #2523
-
Add support for parsing interpolated function calls (#2521)
Add support for parsing interpolated function calls (#2521) Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
-
Revert the core of #2255 (#2511)
Revert the core of #2255 (#2511) This was causing serious performance issues in places where `@extend` was used heavily with a large number of extenders. Closes #2504