Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: lib/src/dependency_graph.dart

Issue 1133593004: fixes #131, use before define from variables to classes (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/codegen/side_effect_analysis.dart ('k') | lib/src/js/nodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/dependency_graph.dart
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
index 09ef37aaa5feab977bd8a8b2dfbb100ccdcb813d..dcded66942caf4a90baf757f77e1483f85cf5e30 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -475,20 +475,21 @@ const corelibOrder = const [
'dart.collection',
'dart._internal',
'dart.math',
+ 'dart.async',
'dart._foreign_helper',
+ 'dart._js_embedded_names',
+ 'dart._js_names',
'dart._js_helper',
+ 'dart.isolate',
+ 'dart.typed_data',
+ 'dart._isolate_helper',
+ 'dart._js_primitives',
+
// TODO(jmesserly): add others
/*
- 'dart.async',
'dart.convert',
- 'dart.isolate',
- 'dart.typed_data',
'dart._foreign_helper',
'dart._interceptors',
- 'dart._isolate_helper',
- 'dart._js_embedded_names',
- 'dart._js_names',
- 'dart._js_primitives',
'dart._native_typed_data',
*/
];
« no previous file with comments | « lib/src/codegen/side_effect_analysis.dart ('k') | lib/src/js/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698