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

Unified Diff: lib/src/template/analyzer.dart

Issue 11092092: Support compiling templates in the browser. Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 2 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/dwc_shared.dart ('k') | lib/src/template/compile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/template/analyzer.dart
diff --git a/lib/src/template/analyzer.dart b/lib/src/template/analyzer.dart
index 4bbc5571500b54d673222e372ff19bab0261209f..8f00c85c53588ba1b1730ab674b327c4b684a0d0 100644
--- a/lib/src/template/analyzer.dart
+++ b/lib/src/template/analyzer.dart
@@ -10,6 +10,7 @@ library analyzer;
import 'dart:coreimpl';
import 'package:html5lib/dom.dart';
+import 'package:html5lib/dom_parsing.dart';
import 'info.dart';
import 'files.dart';
« no previous file with comments | « lib/dwc_shared.dart ('k') | lib/src/template/compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698