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 27773b5fd31e1db2543be3af4c5662823db46daf..a9f0fc91552e042cc41176ed9871a7114647a2a9 100644 |
--- a/pkg/js_ast/lib/js_ast.dart |
+++ b/pkg/js_ast/lib/js_ast.dart |
@@ -4,6 +4,7 @@ |
library js_ast; |
+import 'dart:collection' show IterableBase; |
import 'src/precedence.dart'; |
import 'src/characters.dart' as charCodes; |