dart-sass/lib/src
Natalie Weizenbaum 75305a1d21
Always use a non-null map for _EvaluateVisitor._configuration (#827)
We had been using null to represent an empty configuration, but that
caused problems when an empty map snuck its way in as well. Now we
always use maps, with a const empty map for the common case.

See sass/sass#2744
2019-09-27 21:19:24 +01:00
..
ast Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
callable Add built-in modules for core Sass functions (#716) 2019-06-12 16:46:28 +01:00
executable Merge branch 'master' into feature.use 2019-09-24 17:20:39 +01:00
extend Fix a few @extend edge cases (#797) 2019-08-16 14:00:14 -07:00
functions Merge remote-tracking branch 'origin/master' into merge-master 2019-07-25 17:15:27 -07:00
importer Enable strict raw types 2019-05-31 16:01:49 +01:00
io Check fs.existsSync() before running fs.statSync() (#812) 2019-09-03 13:26:57 -07:00
logger
module Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
node Require dependencies in the preamble rather than through JS-interop 2019-06-19 19:41:16 +01:00
parse Merge branch 'master' into feature.use 2019-09-24 17:20:39 +01:00
sync_package_resolver
util Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
value Include argument names when reporting range errors 2019-07-25 08:37:00 +01:00
visitor Always use a non-null map for _EvaluateVisitor._configuration (#827) 2019-09-27 21:19:24 +01:00
async_compile.dart Add a --charset flag and API option (#644) 2019-04-08 14:49:08 -07:00
async_environment.dart Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
async_import_cache.dart Use the new Dart 2.3.0 literal syntax (#684) 2019-05-17 18:02:12 -07:00
callable.dart
color_names.dart Make colorsByName a normal map 2019-07-16 13:37:03 -07:00
compile.dart Get rid of tool/synchronize.dart 2019-05-15 18:17:06 -07:00
environment.dart Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
exception.dart Generate a CSS file describing an error when one occurs (#659) 2019-05-02 18:14:25 -07:00
executable.dart Generate a CSS file describing an error when one occurs (#659) 2019-05-02 18:14:25 -07:00
functions.dart Add built-in modules for core Sass functions (#716) 2019-06-12 16:46:28 +01:00
import_cache.dart Use the new Dart 2.3.0 literal syntax (#684) 2019-05-17 18:02:12 -07:00
importer.dart
interpolation_buffer.dart Enable strict raw types 2019-05-31 16:01:49 +01:00
io.dart
logger.dart
module.dart Short-circuit combineCSS() if no upstream modules contain CSS 2019-07-17 15:45:00 -07:00
node.dart Enable strict raw types 2019-05-31 16:01:49 +01:00
stylesheet_graph.dart Use the new Dart 2.3.0 literal syntax (#684) 2019-05-17 18:02:12 -07:00
sync_package_resolver.dart
syntax.dart
utils.dart Change variable syntax to namespace.$name (#803) 2019-08-29 15:31:03 -07:00
value.dart Avoid double "Error:" headers when reporting selector parse errors 2019-07-25 08:37:01 +01:00
warn.dart Add a top-level warn() function for functions and importers (#711) 2019-06-06 19:42:44 +01:00