Gracefully handle dependency loops in watch mode (#2746) Fixes #2744
Recent Commits to dart-sass:main
-
Gracefully handle dependency loops in watch mode (#2746)
-
Bump eslint from 9.39.3 to 10.0.1 in /pkg/sass-parser (#2743)
Bump eslint from 9.39.3 to 10.0.1 in /pkg/sass-parser (#2743) Bumps [eslint](https://github.com/eslint/eslint) from 9.39.3 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.3...v10.0.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Add Logger.defaultLogger to automatically choose whether to use color…
Add Logger.defaultLogger to automatically choose whether to use colors (#2742)
-
Always convert printed objects to strings in JS (#2741)
Always convert printed objects to strings in JS (#2741) This makes browsers match the behavior in Dart and Node, and specifically fixes a bug where warnings were emitted as `StringBuffer` objects rather than console messages.
-
Fix simplifying SassCalculation with unsimplifiable CalculationOperat…
Fix simplifying SassCalculation with unsimplifiable CalculationOperation (#2735) Co-authored-by: Natalie Weizenbaum <nweiz@google.com>