sass/dart-sass

Legacy JS API does not handle symlinks properly

Offen

#1.687 geöffnet am 04.05.2022

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (376 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (4.192 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

this is with npm sass .

relative import fails when it starts with 2 dots @import ../some-style.

I also checked how fs.existsSync handles paths with .. in it. on linux fs.existsSync fails to find the file if the path contains .., on windows it works...

Contributor Guide