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

Unified Diff: lib/src/js/js_ast.dart

Issue 1458243002: implement ES6 modules in JS AST. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | lib/src/js/module_transform.dart » ('j') | lib/src/js/nodes.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/js/js_ast.dart
diff --git a/lib/src/js/js_ast.dart b/lib/src/js/js_ast.dart
index ecfa026a471231ca3b0ae458ef8437327942505a..1c9481738e311e5f7998ac59299585aee06c1b7a 100644
--- a/lib/src/js/js_ast.dart
+++ b/lib/src/js/js_ast.dart
@@ -11,5 +11,6 @@ import 'characters.dart' as charCodes;
part 'nodes.dart';
part 'builder.dart';
+part 'module_transform.dart';
part 'printer.dart';
part 'template.dart';
« no previous file with comments | « no previous file | lib/src/js/module_transform.dart » ('j') | lib/src/js/nodes.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698