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

Unified Diff: lib/src/dependency_graph.dart

Issue 1153003003: fixes #40, extension methods for primitive types (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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
Index: lib/src/dependency_graph.dart
diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
index 2ababc323dcf27ccf56a50f8bb46342c05a78af9..0453945db8b82af17491c9c69e6957188cf43946 100644
--- a/lib/src/dependency_graph.dart
+++ b/lib/src/dependency_graph.dart
@@ -520,14 +520,11 @@ const corelibOrder = const [
'dart.typed_data',
'dart._isolate_helper',
'dart._js_primitives',
- 'dart.convert',
-
- // TODO(jmesserly): add others
- /*
- 'dart._foreign_helper',
'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.
];
/// Runtime files added to applications when running in server mode.

Powered by Google App Engine
This is Rietveld 408576698