angular-cn/packages/compiler-cli/ngcc/test/rendering
Alex Rickabaugh e030375d9a feat(ngcc): enable private NgModule re-exports in ngcc on request (#33177)
This commit adapts the private NgModule re-export system (using aliasing) to
ngcc. Not all ngcc compilations are compatible with these re-exports, as
they assume a 1:1 correspondence between .js and .d.ts files. The primary
concern here is supporting them for commonjs-only packages.

PR Close #33177
2019-10-22 13:14:31 -04:00
..
commonjs_rendering_formatter_spec.ts refactor(ivy): ngcc - remove `formatProperty` from `EntryPointBundle` (#32052) 2019-08-08 11:14:38 -07:00
dts_renderer_spec.ts feat(ngcc): enable private NgModule re-exports in ngcc on request (#33177) 2019-10-22 13:14:31 -04:00
esm5_rendering_formatter_spec.ts refactor(ivy): ngcc - remove `formatProperty` from `EntryPointBundle` (#32052) 2019-08-08 11:14:38 -07:00
esm_rendering_formatter_spec.ts fix(ngcc): better detection of end of decorator expression (#33192) 2019-10-17 19:43:39 -04:00
renderer_spec.ts feat(ngcc): enable private NgModule re-exports in ngcc on request (#33177) 2019-10-22 13:14:31 -04:00
umd_rendering_formatter_spec.ts fix(ngcc): support UMD global factory in comma lists (#32709) 2019-09-17 09:16:08 -07:00