File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,4 @@ class Configuration {
69
69
}
70
70
return Configuration (newValues, isImplicit: isImplicit);
71
71
}
72
-
73
- /// Creates a copy of this configuration.
74
- Configuration clone () => isEmpty
75
- ? const Configuration .empty ()
76
- : Configuration ({...values}, isImplicit: isImplicit);
77
72
}
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ class _EvaluateVisitor
630
630
_atRootExcludingStyleRule = false ;
631
631
_inKeyframes = false ;
632
632
633
- if (configuration != null ) _configuration = configuration. clone () ;
633
+ if (configuration != null ) _configuration = configuration;
634
634
635
635
await visitStylesheet (stylesheet);
636
636
css = _outOfOrderImports == null
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: 63ce60ba47ac04b49e0a3edbe9038fb13b037e64
8
+ // Checksum: de58af7bb88d7a688632ff096930a5d2be263a6d
9
9
//
10
10
// ignore_for_file: unused_import
11
11
@@ -634,7 +634,7 @@ class _EvaluateVisitor
634
634
_atRootExcludingStyleRule = false ;
635
635
_inKeyframes = false ;
636
636
637
- if (configuration != null ) _configuration = configuration. clone () ;
637
+ if (configuration != null ) _configuration = configuration;
638
638
639
639
visitStylesheet (stylesheet);
640
640
css = _outOfOrderImports == null
You can’t perform that action at this time.
0 commit comments