Chuck Jazdzewski
|
3097083277
|
feat(compiler-cli): new compiler api and command-line using TypeScript transformers
|
2017-06-23 16:18:44 -07:00 |
Tobias Bosch
|
5af143e8e4
|
refactor(compiler): allow sync AOT compilation (#16832).
AOT compilation can be executed synchronously now,
if the `ReosurceLoader` returns a string directly
(and no `Promise`).
|
2017-05-23 10:41:23 -06:00 |
Tobias Bosch
|
50abca4583
|
refactor(compiler): don’t rely on global reflector (#16832)
Using the global reflector made it impossible
to compile multiple programs at the same time.
|
2017-05-23 10:41:23 -06:00 |
Chuck Jazdzewski
|
bb0902c592
|
refactor(compiler-cli): move the expression expression type checker (#16562)
The expression type checker moved from the language service
to the compiler-cli in preparation to using it to check
template expressions.
|
2017-05-09 16:16:50 -07:00 |