Index: lib/src/dependency_graph.dart |
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart |
index fc0c01a7f8387db031da4432313db22d3d84f295..3eff0b8623e2a9ee9025b4ee624b012a68c6bc5b 100644 |
--- a/lib/src/dependency_graph.dart |
+++ b/lib/src/dependency_graph.dart |
@@ -534,6 +534,7 @@ const corelibOrder = const [ |
'dart.convert', |
'dart.mirrors', |
'dart._js_mirrors', |
+ 'dart.js' |
// _foreign_helper is not included, as it only defines the JS builtin that |
// the compiler handles at compile time. |
]; |