Skip to content

Commit 49beed4

Browse files
committed
dart run grind
1 parent bd9b34a commit 49beed4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/src/visitor/evaluate.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// DO NOT EDIT. This file was generated from async_evaluate.dart.
66
// See tool/grind/synchronize.dart for details.
77
//
8-
// Checksum: 25e98f7f4a04108e924c63b63b1db844637a66e0
8+
// Checksum: d02e86d11c5ca310e2402c60935ccf301d3cfbc2
99
//
1010
// ignore_for_file: unused_import
1111

@@ -217,6 +217,9 @@ final class _EvaluateVisitor
217217
ModifiableCssParentNode? __parent;
218218

219219
/// The original parent node for a stylesheet that was loaded with @import.
220+
///
221+
/// This value is only set when a file uses `@import` in combination with
222+
/// non-built-in Sass modules.
220223
ModifiableCssParentNode? _importParent;
221224

222225
/// The name of the current declaration parent.

0 commit comments

Comments
 (0)