angular-cn/packages/compiler-cli/test/ngcc
George Kalpakas 3211432d2a feat(ivy): add support for esm2015 and esm5 in ngcc `PackageParser` (#25406)
Since non-flat module formats (esm2015, esm5) have different structure
than their flat counterparts (and since we are operating on JS files
inside `node_modules/`, we need to configure TS to include deeply nested
JS files (by specifying a sufficiently high `maxNodeModuleJsDepth`).

Remains to be determined if this has any (noticeable) performance
implications.

PR Close #25406
2018-08-22 19:28:55 -04:00
..
BUILD.bazel feat(ivy): ngcc project skeleton (#24897) 2018-07-27 17:15:31 -07:00
ngcc_spec.ts feat(ivy): add support for esm2015 and esm5 in ngcc `PackageParser` (#25406) 2018-08-22 19:28:55 -04:00