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

Unified Diff: pkg/polymer/lib/src/transform/code_extractor.dart

Issue 23478015: Apply several phases only to entrypoint files (which currently are identified as (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/polymer/lib/src/transform/common.dart » ('j') | pkg/polymer/lib/src/transform/common.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/transform/code_extractor.dart
diff --git a/pkg/polymer/lib/src/transform/code_extractor.dart b/pkg/polymer/lib/src/transform/code_extractor.dart
index 20fd73a4f59c32a6190bf3860654da8dd3a7421e..ed3ac6e85e3b253cb3188c362fbdfe374ddf11c3 100644
--- a/pkg/polymer/lib/src/transform/code_extractor.dart
+++ b/pkg/polymer/lib/src/transform/code_extractor.dart
@@ -24,7 +24,6 @@ class InlineCodeExtractor extends Transformer {
/** Only run this transformer on .html files. */
final String allowedExtensions = ".html";
-
Future apply(Transform transform) {
var inputId = transform.primaryInput.id;
return transform.primaryInput.readAsString().then((content) {
« no previous file with comments | « no previous file | pkg/polymer/lib/src/transform/common.dart » ('j') | pkg/polymer/lib/src/transform/common.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698