| Index: lib/src/dependency_graph.dart
|
| diff --git a/lib/src/dependency_graph.dart b/lib/src/dependency_graph.dart
|
| index 14dda6285276b43b7cce56f621cb61943caf6fbf..d5c75c1330e0cbc32bdb6528f66c3be2853149f7 100644
|
| --- a/lib/src/dependency_graph.dart
|
| +++ b/lib/src/dependency_graph.dart
|
| @@ -508,14 +508,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.
|
|
|