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

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

Issue 917033002: Redo "Steps towards making dart2js JS AST templates an indepentent library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « pkg/compiler/lib/src/js/js.dart ('k') | pkg/compiler/lib/src/js/nodes.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/js/js_ast.dart
diff --git a/tests/language/regress_21998_lib2.dart b/pkg/compiler/lib/src/js/js_ast.dart
similarity index 57%
copy from tests/language/regress_21998_lib2.dart
copy to pkg/compiler/lib/src/js/js_ast.dart
index 8d1ac8934162980fe9353119e7b035bc27e59a09..ee8289ecf2df0aa8bf0c73727d8dac478d223ff5 100644
--- a/tests/language/regress_21998_lib2.dart
+++ b/pkg/compiler/lib/src/js/js_ast.dart
@@ -2,8 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library regress_21998_lib2;
+library js_ast;
-import 'dart:math';
+import 'precedence.dart';
+import 'characters.dart' as charCodes;
-lib2_max(a, b) => max(a, b);
+part 'nodes.dart';
+part 'builder.dart';
+part 'printer.dart';
+part 'template.dart';
« no previous file with comments | « pkg/compiler/lib/src/js/js.dart ('k') | pkg/compiler/lib/src/js/nodes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698