angular/packages/compiler-cli/src/transformers
Chuck Jazdzewski f83989bb0d fix(compiler-cli): produce smaller source maps for templates (#19578)
Assocating each template node with a the generated TypeScript
generated overly verbose source maps. Changed to creating a
source map entry per unique source span instead of each
unique template ast node.

Fixes: #19537

PR Close #19578
2017-10-06 14:48:25 -07:00
..
api.ts fix(compiler): only don’t emit already emitted files in incremental compilation 2017-10-04 14:55:21 -07:00
compiler_host.ts fix(compiler): don’t use ng:// in AOT source maps, and never point to the original source file 2017-10-04 16:20:55 -07:00
entry_points.ts refactor(compiler): simplify the CompilerHost used for transformers 2017-08-16 15:24:48 -07:00
lower_expressions.ts fix(compiler-cli): do not validate metadata from declaration files (#19324) 2017-09-25 12:36:08 -07:00
node_emitter.ts fix(compiler-cli): produce smaller source maps for templates (#19578) 2017-10-06 14:48:25 -07:00
node_emitter_transform.ts perf(compiler): only emit changed files for incremental compilation 2017-10-02 08:24:50 -07:00
program.ts perf(compiler): only type check input files when using bazel (#19581) 2017-10-06 14:48:02 -07:00
util.ts perf(compiler): only emit changed files for incremental compilation 2017-10-02 08:24:50 -07:00