Skip to content

Commit

Permalink
chore(compiler): add dependency on tsickle
Browse files Browse the repository at this point in the history
This tool lets us re-write TypeScript sources before entering the emit pipeline.
For example, we lower Decorators to the tree-shakable Annotation form.
  • Loading branch information
alexeagle committed Apr 29, 2016
1 parent c493d88 commit 33e53c9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
18 changes: 17 additions & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -5407,6 +5407,22 @@
}
}
},
"tsickle": {
"version": "0.1.0",
"dependencies": {
"source-map": {
"version": "0.4.4"
},
"source-map-support": {
"version": "0.3.3",
"dependencies": {
"source-map": {
"version": "0.1.32"
}
}
}
}
},
"tslint": {
"version": "3.7.0-dev.2",
"dependencies": {
Expand Down Expand Up @@ -5816,5 +5832,5 @@
}
},
"name": "angular-srcs",
"version": "2.0.0-beta.15"
"version": "2.0.0-beta.17"
}
24 changes: 24 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"ts-api-guardian": "0.0.2",
"ts2dart": "^0.7.31",
"tsd": "^0.6.5-beta",
"tsickle": "^0.1.0",
"tslint": "^3.7.0-dev.2",
"typescript": "^1.9.0-dev.20160409",
"universal-analytics": "^0.3.9",
Expand Down

0 comments on commit 33e53c9

Please sign in to comment.