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

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

Issue 1030063004: more care around generated names, fixes #60 #82 and #97 (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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/js/js_ast.dart
diff --git a/lib/src/js/js_ast.dart b/lib/src/js/js_ast.dart
index 121ac7f8e4c6decc7f9b6f8d4995314acb090da2..ee8289ecf2df0aa8bf0c73727d8dac478d223ff5 100644
--- a/lib/src/js/js_ast.dart
+++ b/lib/src/js/js_ast.dart
@@ -6,7 +6,6 @@ library js_ast;
import 'precedence.dart';
import 'characters.dart' as charCodes;
-import 'keywords.dart';
part 'nodes.dart';
part 'builder.dart';

Powered by Google App Engine
This is Rietveld 408576698