-
Notifications
You must be signed in to change notification settings - Fork 376
Comparing changes
Open a pull request
base repository: sass/dart-sass
base: 1.93.3
head repository: sass/dart-sass
compare: 1.94.0
- 8 commits
- 112 files changed
- 2 contributors
Commits on Nov 3, 2025
-
Bump actions/upload-artifact from 4 to 5 (#2665)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production 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>
Configuration menu - View commit details
-
Copy full SHA for 9d40aba - Browse repository at this point
Copy the full SHA 9d40abaView commit details -
Bump actions/download-artifact from 5 to 6 (#2664)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production 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>
Configuration menu - View commit details
-
Copy full SHA for 10442ab - Browse repository at this point
Copy the full SHA 10442abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a59ee - Browse repository at this point
Copy the full SHA 20a59eeView commit details
Commits on Nov 5, 2025
-
Make sure all source spans use interpolation maps (#2673)
`Scanner.spanFrom` doesn't respect Sass's `InterpolationMap`, so this changes all span accesses to go through `Parser.spanFrom` and `Parser.spanFromPosition`.
Configuration menu - View commit details
-
Copy full SHA for 9d68793 - Browse repository at this point
Copy the full SHA 9d68793View commit details -
Add a separate
StylesheetParser.interpolatedStringToken()method (#……2675) Unlike `StringExpression.asInterpolation()`, this ensures that the text between interpolated expressions exactly matches the text in the original document.
Configuration menu - View commit details
-
Copy full SHA for d8d7f9c - Browse repository at this point
Copy the full SHA d8d7f9cView commit details -
Track offsets instead of locations in InterpolationMap (#2674)
This is semantically identical, but a little more efficient and easier to construct in situations without actual `SourceLocation`s.
Configuration menu - View commit details
-
Copy full SHA for 2c9d3c8 - Browse repository at this point
Copy the full SHA 2c9d3c8View commit details
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 795557c - Browse repository at this point
Copy the full SHA 795557cView commit details -
Parse selectors in the sass-parser package (#2670)
This adds a separate "interpolated selector" AST that parallels the existing selector AST, but includes the interpolation that's present in the source files. This AST isn't used by the Sass implementation itself; it's just made available so that tools can gracefully interact with selectors as an AST in unevaluated Sass files.
Configuration menu - View commit details
-
Copy full SHA for bfccce8 - Browse repository at this point
Copy the full SHA bfccce8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.93.3...1.94.0