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

Side by Side Diff: modules/examples/pubspec.yaml

Issue 927373004: Initial commit of Dart transformer to generate constructor stubs, see https://github.com/angular/an… (Closed) Base URL: https://github.com/kegluneq/angular.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 name: examples 1 name: examples
2 environment: 2 environment:
3 sdk: '>=1.4.0' 3 sdk: '>=1.4.0'
4 dependencies: 4 dependencies:
5 angular2: 5 angular2:
6 path: ../angular2 6 path: ../angular2
7 browser: '>=0.10.0 <0.11.0' 7 browser: '>=0.10.0 <0.11.0'
8 dev_dependencies: 8 dev_dependencies:
9 guinness: ">=0.1.16 <0.2.0" 9 guinness: ">=0.1.16 <0.2.0"
10 transformers: 10 transformers:
11 - angular2:
12 entry_point: web/src/hello_world/index.dart
13 html_entry_point: web/src/hello_world/index.html
11 - $dart2js: 14 - $dart2js:
12 minify: true 15 minify: true
13 commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump- info] 16 commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump- info]
14 #commandLineOptions: [--trust-type-annotations, --dump-info] 17 #commandLineOptions: [--trust-type-annotations, --dump-info]
15 #commandLineOptions: [--dump-info] 18 #commandLineOptions: [--dump-info]
OLDNEW
« modules/angular2/test/transform/transform_test.dart ('K') | « modules/angular2/transformer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698