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

Unified Diff: pkg/js_ast/lib/js_ast.dart

Issue 2967843002: Add EquivalenceVisitor to tools in js_ast (Closed)
Patch Set: Updated cf. comment Created 3 years, 5 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 | « no previous file | pkg/js_ast/lib/src/equivalence_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/js_ast/lib/js_ast.dart
diff --git a/pkg/js_ast/lib/js_ast.dart b/pkg/js_ast/lib/js_ast.dart
index a9f0fc91552e042cc41176ed9871a7114647a2a9..01b0dd9d9fbbc5a05b56d484fc436a5761e22975 100644
--- a/pkg/js_ast/lib/js_ast.dart
+++ b/pkg/js_ast/lib/js_ast.dart
@@ -12,3 +12,4 @@ part 'src/nodes.dart';
part 'src/builder.dart';
part 'src/printer.dart';
part 'src/template.dart';
+part 'src/equivalence_visitor.dart';
« no previous file with comments | « no previous file | pkg/js_ast/lib/src/equivalence_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698