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

Unified Diff: pubspec.yaml

Issue 882823003: Adds @HtmlImport with both dynamic and transformer based implementations. Still need an HtmlInliner… (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 5 years, 11 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ca97552070bfcfa14e4c703a95b6c3f88beeb751..2fea43fd8a4802d88ac30057302497f10c97aad4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,13 +10,26 @@ description: >
elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
bundle code and HTML as if they were libraries.
dependencies:
+ html5lib: '>=0.12.0 <0.13.0'
Jennifer Messerly 2015/01/29 21:32:37 fyi, these can be ^0.12.0 now (etc)
jakemac 2015/02/02 20:55:57 This would require changing the environment spec I
Jennifer Messerly 2015/02/02 21:07:51 fair point :)
initialize: '>=0.2.0 <0.3.0'
+ path: '>=1.3.0 <2.0.0'
dev_dependencies:
unittest: '>0.11.0 <0.12.0'
browser: '>0.10.0 <0.11.0'
+dependency_overrides:
+ initialize:
+ git:
+ url: git@github.com:dart-lang/initialize.git
Jennifer Messerly 2015/01/29 21:32:37 is the plan to fix this before publishing?
jakemac 2015/02/02 20:55:57 Yes before publishing I will definitely be removin
+ ref: library_path
transformers:
- initialize:
entry_point: test/custom_element_proxy_test.dart
html_entry_point: test/custom_element_proxy_test.html
+- initialize:
+ entry_point: test/html_import_annotation_test.dart
+ html_entry_point: test/html_import_annotation_test.html
+- web_components/build/html_import_annotation_inliner:
+ bootstrap_file: test/html_import_annotation_test.bootstrap.dart
+ html_entry_point: test/html_import_annotation_test.html
environment:
sdk: ">=1.4.0-dev.6.6 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698