angular/packages/compiler-cli
Alex Rickabaugh a245e9d0a3 refactor(ivy): compute ignoreFiles for compilation on initialization (#34792) (#35346)
This commit moves the calculation of `ignoreFiles` - the set of files to be
ignored by a consumer of the `NgCompiler` API - from its `prepareEmit`
operation to its initialization. It's now available as a field on
`NgCompiler`.

This will allow a consumer to skip gathering diagnostics for `ignoreFiles`
as well as skip emit.

PR Close #34792

PR Close #35346
2020-02-11 13:31:22 -08:00
..
integrationtest feat(ngcc): automatically clean outdated ngcc artifacts (#35079) 2020-01-31 17:02:45 -08:00
ngcc test(ngcc): add missing UmdReflectionHost#getExportsOfModule() tests (#35312) 2020-02-10 16:13:42 -08:00
src refactor(ivy): compute ignoreFiles for compilation on initialization (#34792) (#35346) 2020-02-11 13:31:22 -08:00
test fix(ivy): repeat template guards to narrow types in event handlers (#35193) 2020-02-07 13:06:01 -08:00
BUILD.bazel refactor(compiler-cli): add removeDir() to FileSystem (#35079) 2020-01-31 17:02:45 -08:00
index.ts refactor(compiler-cli): Move diagnostics files to language service (#33809) 2019-11-14 09:29:07 -08:00
package.json feat(ngcc): automatically clean outdated ngcc artifacts (#35079) 2020-01-31 17:02:45 -08:00
tsconfig-build.json build: reference zone.js from source directly instead of npm. (#33046) 2019-11-06 00:48:34 +00:00
tsconfig.json perf(ivy): ngcc - only find dependencies when targeting a single entry-point (#30525) 2019-07-09 09:40:46 -07:00