6fbfb5a159
Packages that have been compiled using an older version of TypeScript can have their decorators at the top-level of the ES5 bundles, instead of inside the IIFE that is emitted for the class. Before this change, ngcc only took static property assignments inside the IIFE into account, therefore missing the decorators that were assigned at the top-level. This commit extends the ES5 host to look for static properties in two places. Testcases for all bundle formats that contain ES5 have been added to ensure that this works in the various flavours. A patch is included to support UMD bundles. The UMD factory affects how TypeScripts binds the static properties to symbols, see the docblock of the patch function for more details. PR Close #30795 |
||
---|---|---|
.. | ||
analysis | ||
dependencies | ||
helpers | ||
host | ||
integration | ||
logging | ||
packages | ||
rendering | ||
writing | ||
BUILD.bazel | ||
utils_spec.ts |