Index: lib/src/dependency_graph.dart |
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart |
index 0453945db8b82af17491c9c69e6957188cf43946..e88dfe7b18055a9cef2b702a407913900957d927 100644 |
--- a/lib/src/dependency_graph.dart |
+++ b/lib/src/dependency_graph.dart |
@@ -511,6 +511,7 @@ const corelibOrder = const [ |
'dart.collection', |
'dart._internal', |
'dart.math', |
+ 'dart._interceptors', |
'dart.async', |
'dart._foreign_helper', |
'dart._js_embedded_names', |
@@ -518,11 +519,10 @@ const corelibOrder = const [ |
'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. |
]; |