angular-cn/packages/compiler-cli/src/ngcc/test/rendering
Pete Bacon Darwin b55e1c2ba9 refactor(ivy): ngcc - encapsulate variables into "bundles" (#26906)
There are a number of variables that need to be passed around
the program, in particular to the renderers, which benefit from being
stored in well defined objects.

The new `EntryPointBundle` structure is a specific format of an entry-point
and contains the compiled `BundleProgram` objects for the source and typings,
if appropriate.

This change helps with future refactoring, where we may need to add new
properties to this object. It allows us to maintain more stable APIs between
the constituent parts of ngcc, rather than passing lots of primitive values
around throughout the program.

PR Close #26906
2018-11-30 14:02:03 -08:00
..
esm5_renderer_spec.ts refactor(ivy): ngcc - encapsulate variables into "bundles" (#26906) 2018-11-30 14:02:03 -08:00
esm2015_renderer_spec.ts refactor(ivy): ngcc - encapsulate variables into "bundles" (#26906) 2018-11-30 14:02:03 -08:00
renderer_spec.ts refactor(ivy): ngcc - encapsulate variables into "bundles" (#26906) 2018-11-30 14:02:03 -08:00