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

Unified Diff: pkg/polymer/lib/src/build/import_inliner.dart

Issue 112843004: Add linter by default for polymer's pub-build, also cleans up the linter code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
Index: pkg/polymer/lib/src/build/import_inliner.dart
diff --git a/pkg/polymer/lib/src/build/import_inliner.dart b/pkg/polymer/lib/src/build/import_inliner.dart
index 79298c16bc0c6f4d98229ffaf9eb96dbf169027b..4cc43895ad1ada174247097a7426d85d6660e832 100644
--- a/pkg/polymer/lib/src/build/import_inliner.dart
+++ b/pkg/polymer/lib/src/build/import_inliner.dart
@@ -150,6 +150,8 @@ class ImportInliner extends Transformer with PolymerTransformer {
});
});
}
+
+ String toString() => 'polymer-import-inliner';
}
/** Internally adjusts urls in the html that we are about to inline. */

Powered by Google App Engine
This is Rietveld 408576698