sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.9k stars 352 forks source link

Fix cache for relative imports handled by importers other than the base importer #2209

Closed ntkme closed 5 months ago

ntkme commented 5 months ago

This PR changes it that all imports are cached with key url, forImport, importer, baseUrl, resolveUrl, in order to fix cache key conflicts in a few cases.

https://github.com/sass/sass-spec/pull/1969