angular-cn/packages/compiler-cli/ngcc/test
Pete Bacon Darwin 64e5628897 feat(ivy): ngcc - support creating a new copy of the entry-point format (#29092)
This commit adds a `NewEntryPointFileWriter` that will be used in
webpack integration. Instead of overwriting files in-place, this `FileWriter`
will make a copy of the TS program files and write the transformed files
there. It also updates the package.json with new properties that can be
used to access the new entry-point format.

FW-1121

PR Close #29092
2019-03-20 14:45:55 -04:00
..
analysis refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
helpers feat(ivy): ngcc - support creating a new copy of the entry-point format (#29092) 2019-03-20 14:45:55 -04:00
host fix(ivy): ngcc - teach Esm5ReflectionHost about aliased variables (#29092) 2019-03-20 14:45:55 -04:00
integration feat(ivy): ngcc - support creating a new copy of the entry-point format (#29092) 2019-03-20 14:45:55 -04:00
packages refactor(ivy): ngcc - mark target entry-point as processed even if ngcc was a noop (#29092) 2019-03-20 14:45:55 -04:00
rendering feat(ivy): ngcc - support creating a new copy of the entry-point format (#29092) 2019-03-20 14:45:55 -04:00
writing feat(ivy): ngcc - support creating a new copy of the entry-point format (#29092) 2019-03-20 14:45:55 -04:00
BUILD.bazel refactor(ivy): ngcc - extract file writing out into a class (#29092) 2019-03-20 14:45:55 -04:00