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

Unified Diff: lib/src/transform.dart

Issue 22825012: Introduce transformers for: (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
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 | lib/src/transform/code_extractor.dart » ('j') | lib/src/transform/code_extractor.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/transform.dart
diff --git a/test/data/input/observe_in_part.dart b/lib/src/transform.dart
similarity index 51%
copy from test/data/input/observe_in_part.dart
copy to lib/src/transform.dart
index d7362f893a80544b8517d039456de10b70141bee..48b78e70b1317f1fd7c8797f9057542e7310dbde 100644
--- a/test/data/input/observe_in_part.dart
+++ b/lib/src/transform.dart
@@ -2,6 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of observe_in_part_test;
+/** Transfomers used for pub-serve and pub-deploy. */
+library polymer.src.transform;
-@observable var message = 'hello';
+export 'transform/code_extractor.dart';
+export 'transform/import_inliner.dart';
+export 'transform/script_compactor.dart';
« no previous file with comments | « no previous file | lib/src/transform/code_extractor.dart » ('j') | lib/src/transform/code_extractor.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698