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