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

Unified Diff: lib/src/template/emitters.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/src/template/dartio_stub.dart ('k') | lib/src/template/file_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/template/emitters.dart
diff --git a/lib/src/template/emitters.dart b/lib/src/template/emitters.dart
index 16dc50646ac62e229ea37b31882224350fab8bfa..9790eeedbb3b7811120fb40a84cc39a033a4648d 100644
--- a/lib/src/template/emitters.dart
+++ b/lib/src/template/emitters.dart
@@ -9,6 +9,7 @@
library emitters;
import 'package:html5lib/dom.dart';
+import 'package:html5lib/dom_parsing.dart';
import 'code_printer.dart';
import 'codegen.dart' as codegen;
« no previous file with comments | « lib/src/template/dartio_stub.dart ('k') | lib/src/template/file_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698