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

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

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged Created 4 years, 4 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/js_ast/module_transform.dart ('k') | test-main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/js_ast/nodes.dart
diff --git a/lib/src/js_ast/nodes.dart b/lib/src/js_ast/nodes.dart
index a3a1a38f1556146ca0908b0e99947e7ef1c4295f..9cc3a19e724bf4ecff6ba854036a3014f6fb137d 100644
--- a/lib/src/js_ast/nodes.dart
+++ b/lib/src/js_ast/nodes.dart
@@ -304,6 +304,7 @@ abstract class Node {
}
}
+// TODO(jmesserly): rename to Module.
class Program extends Node {
/// Script tag hash-bang, e.g. `#!/usr/bin/env node`
final String scriptTag;
« no previous file with comments | « lib/src/js_ast/module_transform.dart ('k') | test-main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698