angular/packages/compiler-cli/src/ngtsc
JoostK d9060d9cfb refactor(compiler-cli): remove ngcc-only builtin functions (#49136)
ngcc's reflection host would recognize tslib helpers and some JS builtin methods to allow
the static interpreter to evaluate compiled and downleveled JS code, but now that ngcc
has been removed this functionality is no longer being used.

PR Close #49136
2023-04-03 19:20:00 -07:00
..
annotations refactor(compiler-cli): remove support for ngcc-only declaration formats (#49136) 2023-04-03 19:20:00 -07:00
core refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
cycles build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
diagnostics feat(compiler-cli): Add an extended diagnostic for nSkipHydration (#49512) 2023-03-23 13:54:03 -07:00
entry_point build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
file_system refactor: update compiler-cli to work with ESM (#48521) 2022-12-19 19:50:43 +00:00
imports refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
incremental build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
indexer build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
logging build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
metadata feat(compiler): add support for compile-time required inputs (#49468) 2023-03-20 13:10:30 +01:00
partial_evaluator refactor(compiler-cli): remove ngcc-only builtin functions (#49136) 2023-04-03 19:20:00 -07:00
perf refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
program_driver refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
reflection refactor(compiler-cli): remove ngcc-only builtin functions (#49136) 2023-04-03 19:20:00 -07:00
resource refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
scope refactor(compiler): required inputs prerequisite refactors (#49333) 2023-03-14 09:27:49 -07:00
shims feat(compiler): drop support for TypeScript 4.8 (#49155) 2023-02-23 10:39:43 -08:00
sourcemaps build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
testing fix(common): strict type checking for ngtemplateoutlet (#48374) 2023-03-23 11:35:07 -07:00
transform feat(core): add support for TypeScript 5.0 (#49126) 2023-02-28 08:24:47 -08:00
translator feat(compiler): drop support for TypeScript 4.8 (#49155) 2023-02-23 10:39:43 -08:00
typecheck feat(compiler-cli): Add an extended diagnostic for nSkipHydration (#49512) 2023-03-23 13:54:03 -07:00
util feat(compiler): drop support for TypeScript 4.8 (#49155) 2023-02-23 10:39:43 -08:00
xi18n refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
program.ts refactor(compiler-cli): update emit signature to support for strongly typed emitCallback (#47893) 2022-11-01 04:44:28 -07:00
tsc_plugin.ts refactor(compiler-cli): Export the interface PluginCompilerHost for 1p use. (#48874) 2023-02-02 09:44:18 -08:00