Igor Minar
|
16dfe3c63f
|
build: consolidate tsc to ease migration to @types/ based typings delivery
I actually tried to use @types/* directly but came across several issues which prevented me
from switching over:
- https://github.com/Microsoft/TypeScript/issues/8715
- https://github.com/Microsoft/TypeScript/issues/8723
|
2016-05-25 08:22:07 -07:00 |
Alex Eagle
|
0d71345b93
|
fix(codegen): codegen all files in the program, not just roots
fixes #8475
|
2016-05-11 16:56:12 -07:00 |
Tobias Bosch
|
eba6e7946d
|
refactor(compiler_cli): move it into modules/@angular and integrate properly into the build
This also does no more depend on a version
on npm for the compiler_cli.
Also runs the tests for tools/metadata
|
2016-05-03 15:57:49 -07:00 |