angular/packages/compiler-cli/ngcc/test/packages
Pete Bacon Darwin a581773887 perf(ivy): ngcc - only find dependencies when targeting a single entry-point (#30525)
Previously, ngcc had to walk the entire `node_modules` tree looking for
entry-points, even if it only needed to process a single target entry-point
and its dependencies.

This added up to a few seconds to each execution of ngcc, which is noticeable
when being run via the CLI integration.

Now, if an entry-point target is provided, only that target and its entry-points
are considered rather than the whole folder tree.

PR Close #30525
2019-07-09 09:40:46 -07:00
..
build_marker_spec.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00
configuration_spec.ts feat(ivy): customize ngcc via configuration files (#30591) 2019-06-26 08:00:02 -07:00
entry_point_bundle_spec.ts fix(ivy): ngcc - compute potential d.ts files from .js files (#31411) 2019-07-09 09:35:26 -07:00
entry_point_spec.ts fix(ivy): ngcc - infer entry-point typings from format paths (#30591) 2019-06-26 08:00:02 -07:00