dart-sass/lib
Natalie Weizenbaum 702a7ee7a1
Fix the performance of selector span expansion (#1929)
Instead of calling `SourceFile.getText()`, which creates string copies
of a substantial subset of the text of the file every time, this
directly accesses the file's underlying code units without doing any
copies.

Closes #1913
2023-04-06 14:44:29 -07:00
..
src Fix the performance of selector span expansion (#1929) 2023-04-06 14:44:29 -07:00
sass.dart Add --fatal-deprecations and --future-deprecations (#1820) 2023-03-10 14:24:33 -08:00