.. |
ast
|
Fix the string representations of the Sass AST (#1682)
|
2022-04-25 16:53:08 -07:00 |
callable
|
Silence compiler warnings in dependency callables with --quiet-deps (#1650)
|
2022-03-14 15:52:13 -07:00 |
executable
|
Abort sass if stdin is closed when watching (#1411)
|
2022-04-06 17:37:40 -07:00 |
extend
|
Add support for :where() (#1662)
|
2022-04-06 19:19:59 -07:00 |
functions
|
Update the order of maps returned by map.deep-merge() (#1680)
|
2022-04-25 19:20:54 -07:00 |
importer
|
Fix new analysis issues from Dart 2.15
|
2021-12-10 14:02:17 -08:00 |
io
|
Abort sass if stdin is closed when watching (#1411)
|
2022-04-06 17:37:40 -07:00 |
logger
|
Pass undefined span instead of null to Logger.warn() in JS (#1586)
|
2022-01-05 15:59:15 -08:00 |
module
|
Always track variables' source spans
|
2021-05-11 13:24:20 -07:00 |
node
|
Fix CSS import bug (#1633)
|
2022-02-17 13:25:21 -08:00 |
parse
|
Add support for :where() (#1662)
|
2022-04-06 19:19:59 -07:00 |
util
|
Add shared interfaces for various AST nodes (#1445)
|
2021-08-23 16:33:36 -07:00 |
value
|
Stop simplifying calculations in supports (#1653)
|
2022-03-30 15:14:46 -07:00 |
visitor
|
Stop simplifying calculations in supports (#1653)
|
2022-03-30 15:14:46 -07:00 |
async_compile.dart
|
Cordon the Node Sass API off into a legacy directory (#1501)
|
2021-09-23 01:48:06 +00:00 |
async_environment.dart
|
Fix new analysis issues from Dart 2.15
|
2021-12-10 14:02:17 -08:00 |
async_import_cache.dart
|
Silence compiler warnings in dependency callables with --quiet-deps (#1650)
|
2022-03-14 15:52:13 -07:00 |
callable.dart
|
Fix dartdoc errors
|
2021-07-30 15:14:17 -07:00 |
color_names.dart
|
Replace use of deprecated mapMap with map literals (#1034)
|
2020-06-22 13:35:28 -07:00 |
compile_result.dart
|
Add dartdoc categories to Sass APIs
|
2021-07-30 14:29:51 -07:00 |
compile.dart
|
Cordon the Node Sass API off into a legacy directory (#1501)
|
2021-09-23 01:48:06 +00:00 |
configuration.dart
|
Fix a couple doc comment typos (#1302)
|
2021-04-30 16:46:06 -07:00 |
configured_value.dart
|
Fix the leftover-configuration check for @forward ... with (#1472)
|
2021-09-09 23:51:26 +00:00 |
environment.dart
|
Fix new analysis issues from Dart 2.15
|
2021-12-10 14:02:17 -08:00 |
evaluation_context.dart
|
Avoid creating zone variables inside _EvaluateVisitor
|
2021-10-20 16:36:52 -07:00 |
exception.dart
|
Strip CRLFs from error comments (#1433)
|
2021-08-10 22:59:35 +00:00 |
functions.dart
|
Avoid creating zone variables inside _EvaluateVisitor
|
2021-10-20 16:36:52 -07:00 |
import_cache.dart
|
Silence compiler warnings in dependency callables with --quiet-deps (#1650)
|
2022-03-14 15:52:13 -07:00 |
importer.dart
|
Add dartdoc categories to Sass APIs
|
2021-07-30 14:29:51 -07:00 |
interpolation_buffer.dart
|
Make spans universally non-nullable
|
2021-04-14 17:15:09 -07:00 |
io.dart
|
Automated null-safety migration
|
2021-04-14 17:15:08 -07:00 |
logger.dart
|
Add dartdoc categories to Sass APIs
|
2021-07-30 14:29:51 -07:00 |
module.dart
|
Always track variables' source spans
|
2021-05-11 13:24:20 -07:00 |
node.dart
|
Release a release candidate for the new JS API (#1562)
|
2021-11-30 23:32:09 +00:00 |
stylesheet_graph.dart
|
Add an option to the CLI and Dart Sass to silence warnings from deps
|
2021-05-21 22:45:58 -07:00 |
syntax.dart
|
Add dartdoc categories to Sass APIs
|
2021-07-30 14:29:51 -07:00 |
utils.dart
|
Abort sass if stdin is closed when watching (#1411)
|
2022-04-06 17:37:40 -07:00 |
value.dart
|
Add support for the JS API value types (#1552)
|
2021-11-30 00:10:47 +00:00 |