angular-cn/packages/compiler-cli/ngcc/test/writing
Pete Bacon Darwin 6af9b8fb92 fix(ivy): ngcc - do not copy external files when writing bundles (#30085)
Only the JS files that are actually part of the entry-point
should be copied to the new entry-point folder in the
`NewEntryPointFileWriter`.

Previously some typings and external JS files were
being copied which was messing up the node_modules
structure.

Fixes https://github.com/angular/angular-cli/issues/14193

PR Close #30085
2019-04-24 10:49:31 -07:00
..
in_place_file_writer_spec.ts refactor(ivy): ngcc - extract file writing out into a class (#29092) 2019-03-20 14:45:55 -04:00
new_entry_point_file_writer_spec.ts fix(ivy): ngcc - do not copy external files when writing bundles (#30085) 2019-04-24 10:49:31 -07:00