angular/packages/compiler-cli/ngcc/src
Alan Agius 2eaf420bdf perf(ngcc): reduce directory traversing (#35756)
This reduces the time that `findEntryPoints` takes from 9701.143ms to 4177.278ms, by reducing the file operations done.

Reference: #35717

PR Close #35756
2020-03-05 15:57:31 -05:00
..
analysis fix(ngcc): do not attempt compilation when analysis fails (#34889) 2020-01-23 14:47:04 -08:00
dependencies fix(ngcc): allow deep-import warnings to be ignored (#35683) 2020-02-27 10:48:49 -08:00
entry_point_finder perf(ngcc): reduce directory traversing (#35756) 2020-03-05 15:57:31 -05:00
execution perf(ngcc): only create tasks for non-processed formats (#35719) (#35832) 2020-03-03 13:35:48 -08:00
host fix(ngcc): correctly detect emitted TS helpers in ES5 (#35191) 2020-02-21 09:06:47 -08:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
migrations fix(ngcc): do not attempt compilation when analysis fails (#34889) 2020-01-23 14:47:04 -08:00
packages perf(ngcc): reduce directory traversing (#35756) 2020-03-05 15:57:31 -05:00
rendering refactor(ngcc): guard against a crash if source-map flattening fails (#35718) 2020-02-27 16:09:37 -05:00
sourcemaps fix(ngcc): handle mappings outside the content when flattening source-maps (#35718) 2020-02-27 16:09:37 -05:00
writing feat(ngcc): automatically clean outdated ngcc artifacts (#35079) 2020-01-31 17:02:45 -08:00
constants.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
main.ts perf(ngcc): only create tasks for non-processed formats (#35719) (#35832) 2020-03-03 13:35:48 -08:00
utils.ts fix(ngcc): correctly detect emitted TS helpers in ES5 (#35191) 2020-02-21 09:06:47 -08:00