File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
// DO NOT EDIT. This file was generated from async_environment.dart.
6
6
// See tool/grind/synchronize.dart for details.
7
7
//
8
- // Checksum: e0f39c1b98cb2adf98116bd51bf03d492be953c3
8
+ // Checksum: b497eab76eb15ba7bfc4f1cecf71ff9f9c1fb2a5
9
9
//
10
10
// ignore_for_file: unused_import
11
11
@@ -241,7 +241,7 @@ class Environment {
241
241
/// If [namespace] is passed, the module is made available under that
242
242
/// namespace.
243
243
///
244
- /// Throws a [SassException ] if there's already a module with the given
244
+ /// Throws a [SassScriptException ] if there's already a module with the given
245
245
/// [namespace] , or if [namespace] is `null` and [module] defines a variable
246
246
/// with the same name as a variable defined in this environment.
247
247
void addModule (Module <Callable > module, AstNode nodeWithSpan,
You can’t perform that action at this time.
0 commit comments