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
|
6123b9c0c6
|
refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832).
The goal of this change is to simplify the emitters,
as we will soon create a new one to emit TypeScript nodes directly.
|
2017-05-23 10:41:23 -06:00 |
|
Miško Hevery
|
09d9f5fe54
|
fix(compiler): Update types for TypeScript nullability support
|
2017-04-10 15:26:33 -06:00 |
|
Victor Berchet
|
959a03a61f
|
fix(compiler): fix utf8encode, move to sharted utils, add tests (#15076)
|
2017-03-14 17:13:39 -07:00 |
|
Jason Aden
|
3e51a19983
|
refactor: move angular source to /packages rather than modules/@angular
|
2017-03-08 16:29:27 -08:00 |
|