angular-cn/packages/compiler-cli/ngcc/test/rendering
Pete Bacon Darwin 8815ace418 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:24 -08:00
..
commonjs_rendering_formatter_spec.ts fix(ngcc): do not add trailing commas in UMD imports (#34545) 2020-01-07 10:42:06 -08:00
dts_renderer_spec.ts fix(ngcc): correctly match aliased classes between src and dts files (#34254) 2019-12-18 11:25:01 -08:00
esm5_rendering_formatter_spec.ts fix(ngcc): do not add trailing commas in UMD imports (#34545) 2020-01-07 10:42:06 -08:00
esm_rendering_formatter_spec.ts fix(ngcc): insert definitions after statement (#34677) 2020-01-08 15:09:24 -08:00
renderer_spec.ts refactor(ngcc): use bundle src to create reflection hosts (#34254) 2019-12-18 11:25:01 -08:00
umd_rendering_formatter_spec.ts fix(ngcc): handle UMD factories that do not use all params (#34660) 2020-01-08 15:07:36 -08:00