Tobias Bosch
|
90b0713e32
|
refactor(compiler): don’t write summaries for jit by default
The default is false externally but true internally at Google.
|
2017-06-09 15:58:53 -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
|
de8d7c65f2
|
refactor(compiler): emit OutputAst and not sources (#16832)
This is in preparation for creating typescript nodes
directly from `OutputAst` nodes.
|
2017-05-23 10:41:23 -06:00 |
Tobias Bosch
|
5afaa39e68
|
refactor(compiler): produce more dense generated code (#16666)
This changes the formatting to be less verbose but still
tries to be readable.
|
2017-05-11 10:28:48 -07:00 |
Tobias Bosch
|
547c363473
|
feat: add .ngsummary.ts files to support AOT unit tests
Design doc: https://docs.google.com/document/d/1VmTkz0EbEVSWfEEWEvQ5sXyQXSCvtMOw4t7pKU-jOwc/edit?usp=sharing
|
2017-05-05 13:23:53 -04:00 |