angular/packages/compiler-cli/src/transformers
Andrew Scott 1d01f6bfdc refactor(compiler): remove unreachable code (#40984)
1. The error function throws, so no code after it is reachable.
2. Some switch statements are exhaustive, so no code after them are reachable.

PR Close #40984
2021-03-01 15:29:20 -08:00
..
api.ts docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
compiler_host.ts fix(compiler-cli): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:46 -08:00
downlevel_decorators_transform.ts fix(compiler-cli): prevent stack overflow in decorator transform for large number of files (#40374) 2021-01-11 10:39:10 -08:00
entry_points.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
inline_resources.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
lower_expressions.ts feat(compiler-cli): add support for TypeScript 4.0 (#38076) 2020-08-24 13:06:59 -07:00
metadata_cache.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
metadata_reader.ts fix(compiler-cli): update type castings for JSON.parse usage (#40710) 2021-02-09 10:48:46 -08:00
node_emitter.ts refactor(compiler): remove unreachable code (#40984) 2021-03-01 15:29:20 -08:00
node_emitter_transform.ts refactor(compiler): replace Comment nodes with leadingComments property (#38811) 2020-09-18 08:01:25 -07:00
patch_alias_reference_resolution.ts docs: remove duplicated the (#40434) 2021-01-14 11:33:57 -08:00
program.ts build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
r3_metadata_transform.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
r3_transform.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
util.ts refactor(compiler): replace Comment nodes with leadingComments property (#38811) 2020-09-18 08:01:25 -07:00