angular/packages/compiler-cli/ngcc/src/rendering
Pete Bacon Darwin f2952403dd fix(ngcc): insert definitions after statement (#34677)
If a class was defined as a class expression
in a variable declaration, the definitions
were being inserted before the statment's
final semi-colon.

Now the insertion point will be after the
full statement.

Fixes #34648

PR Close #34677
2020-01-08 15:09:25 -08:00
..
commonjs_rendering_formatter.ts refactor(ngcc): share code between CommonJsReflectionHost and UmdReflectionHost (#34512) 2020-01-08 15:00:51 -08:00
dts_renderer.ts refactor(ngcc): remove private declaration aliases (#34254) 2019-12-18 11:25:03 -08:00
esm5_rendering_formatter.ts fix(ngcc): do not emit ES2015 code in ES5 files (#33514) 2019-11-13 13:49:31 -08:00
esm_rendering_formatter.ts fix(ngcc): insert definitions after statement (#34677) 2020-01-08 15:09:25 -08:00
ngcc_import_rewriter.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
renderer.ts fix(ngcc): do not emit ES2015 code in ES5 files (#33514) 2019-11-13 13:49:31 -08:00
rendering_formatter.ts fix(ngcc): do not emit ES2015 code in ES5 files (#33514) 2019-11-13 13:49:31 -08:00
source_maps.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00
umd_rendering_formatter.ts fix(ngcc): handle UMD factories that do not use all params (#34660) 2020-01-08 15:07:37 -08:00
utils.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00