| Index: lib/src/dependency_graph.dart
|
| diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
|
| index cb2b62cc0c082e1c9709f3da7b1bc95fb876e305..99e7d0e77aa8c060e80fecd0ec4c7ef354f85372 100644
|
| --- a/lib/src/dependency_graph.dart
|
| +++ b/lib/src/dependency_graph.dart
|
| @@ -511,17 +511,17 @@ const corelibOrder = const [
|
| 'dart.collection',
|
| 'dart._internal',
|
| 'dart.math',
|
| + 'dart._interceptors',
|
| 'dart.async',
|
| 'dart._foreign_helper',
|
| 'dart._js_embedded_names',
|
| 'dart._js_helper',
|
| 'dart.isolate',
|
| 'dart.typed_data',
|
| + 'dart._native_typed_data',
|
| 'dart._isolate_helper',
|
| 'dart._js_primitives',
|
| - 'dart._interceptors',
|
| 'dart.convert',
|
| - 'dart._native_typed_data',
|
| // _foreign_helper is not included, as it only defines the JS builtin that
|
| // the compiler handles at compile time.
|
| ];
|
|
|