angular/packages/compiler-cli/ngcc/src
George Kalpakas ea2d453118 fix(ivy): ngcc - use spaces in overwritten package.json content for readability (#30831)
When ngcc processes an entrypoint, it updates `package.json` with
metadata about the processed format. Previously, it overwrote the
`package.json` with the stringified JSON object without spaces. This
made the file difficult to read (for example when looking at the file
while debugging an ngcc failure).

This commit fixes it by using spaces in the new `package.json` content.

PR Close #30831
2019-06-05 21:22:49 -07:00
..
analysis fix(ivy): use ReflectionHost in AbsoluteModuleStrategy (#30200) 2019-05-22 16:24:14 -07:00
dependencies feat(ivy): ngcc - turn on CommonJS support (#30200) 2019-05-22 16:24:15 -07:00
file_system test: fix ngcc integration tests in windows (#30297) 2019-05-13 11:26:56 -07:00
host feat(ivy): ngcc - implement CommonJsReflectionHost (#30200) 2019-05-22 16:24:15 -07:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
packages fix(ivy): ngcc - use spaces in overwritten package.json content for readability (#30831) 2019-06-05 21:22:49 -07:00
rendering feat(ivy): ngcc - implement CommonJsRenderingFormatter (#30200) 2019-05-22 16:24:15 -07:00
writing fix(ivy): ngcc - separate typings rendering from src rendering (#25445) 2019-05-16 12:11:04 -07:00
constants.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
main.ts feat(ivy): ngcc - turn on CommonJS support (#30200) 2019-05-22 16:24:15 -07:00
utils.ts refactor(ivy): ngcc - implement new module resolver (#29643) 2019-04-29 12:37:21 -07:00