feat(dart/transformer:: Initial commit of ctor stubs & annotation register

Closes #646

Closes #496

Closes #498
This commit is contained in:
Tim Blasi
2015-02-17 08:38:54 -08:00
committed by Misko Hevery
parent cbc76faf11
commit 6e90cacaf4
33 changed files with 1098 additions and 0 deletions

View File

@ -8,6 +8,9 @@ dependencies:
dev_dependencies:
guinness: ">=0.1.16 <0.2.0"
transformers:
- angular2:
entry_point: web/src/hello_world/index.dart
html_entry_point: web/src/hello_world/index.html
- $dart2js:
minify: true
commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]