File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ class Parser {
651
651
var span = scanner.spanFrom (state);
652
652
return _interpolationMap == null
653
653
? span
654
- : LazyFileSpan (() => _interpolationMap! .mapSpan (span));
654
+ : LazyFileSpan (() => _interpolationMap.mapSpan (span));
655
655
}
656
656
657
657
/// Throws an error associated with [span] .
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ final class _EvaluateVisitor
1812
1812
if (result != null ) {
1813
1813
isDependency = _inDependency;
1814
1814
} else {
1815
- result = await _nodeImporter! .loadAsync (originalUrl, previous, forImport);
1815
+ result = await _nodeImporter.loadAsync (originalUrl, previous, forImport);
1816
1816
if (result == null ) return null ;
1817
1817
isDependency = true ;
1818
1818
}
Original file line number Diff line number Diff line change 5
5
// DO NOT EDIT. This file was generated from async_evaluate.dart.
6
6
// See tool/grind/synchronize.dart for details.
7
7
//
8
- // Checksum: 396c8f169d95c601598b8c3be1f4b948ca22effa
8
+ // Checksum: 3986f5db33dd220dcd971a39e8587ca4e52d9a3f
9
9
//
10
10
// ignore_for_file: unused_import
11
11
@@ -1808,7 +1808,7 @@ final class _EvaluateVisitor
1808
1808
if (result != null ) {
1809
1809
isDependency = _inDependency;
1810
1810
} else {
1811
- result = _nodeImporter! .load (originalUrl, previous, forImport);
1811
+ result = _nodeImporter.load (originalUrl, previous, forImport);
1812
1812
if (result == null ) return null ;
1813
1813
isDependency = true ;
1814
1814
}
You can’t perform that action at this time.
0 commit comments