You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is not too hard to fix the those bugs, it is probably more important to address this discrepancy and be clear on what is the correct behavior.
The text was updated successfully, but these errors were encountered:
In Node API,
importer
defaults toNoOpImporter()
ornull
(which becomesFilesystemImporter('.')
later in Dart API):dart-sass/lib/src/node/compile.dart
Lines 77 to 78 in 33f18c4
In Dart API,
importer
defaults toFilesystemImporter('.')
:dart-sass/lib/src/async_compile.dart
Line 111 in ba38c09
This behavior difference has caused bugs like #1657 and sass/dart-sass-embedded#82.
While it is not too hard to fix the those bugs, it is probably more important to address this discrepancy and be clear on what is the correct behavior.
The text was updated successfully, but these errors were encountered: