angular-cn/packages/compiler-cli/ngcc/test/host
Pete Bacon Darwin 1e1e242570 fix(ngcc): support minified ES5 scenarios (#33777)
The reflection hosts have been updated to support the following
code forms, which were found in some minified library code:

* The class IIFE not being wrapped in parentheses.
* Calls to `__decorate()` being combined with the IIFE return statement.

PR Close #33777
2019-11-13 11:11:48 -08:00
..
commonjs_host_import_helper_spec.ts refactor(ivy): mark synthetic decorators explicitly (#33362) 2019-10-25 09:16:49 -07:00
commonjs_host_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
esm5_host_import_helper_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
esm5_host_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
esm2015_host_import_helper_spec.ts fix(ngcc): ensure that adjacent statements go after helper calls (#33689) 2019-11-11 13:01:15 -08:00
esm2015_host_spec.ts fix(ngcc): ensure that adjacent statements go after helper calls (#33689) 2019-11-11 13:01:15 -08:00
umd_host_import_helper_spec.ts refactor(ivy): mark synthetic decorators explicitly (#33362) 2019-10-25 09:16:49 -07:00
umd_host_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
util.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00