angular-cn/packages/core/test/bundling/forms
cexbrayat e12d9dec64 fix(core): remove duplicated EMPTY_ARRAY constant (#40991)
The codebase currently contains several `EMPTY_ARRAY` constants,
and they can end up in the bundle of an application.
A recent commit 6fbe219 tipped us off
as it introduced several `noop` occurrences in the golden symbol files.
After investigating with @petebacondarwin,
we decided to remove the duplicated symbols.

This probably shaves only a few bytes,
but this commit removes the duplicated functions,
by always using the one in `core/src/utils/empty`.

PR Close #40991
2021-03-01 09:00:43 -08:00
..
BUILD.bazel build(forms): create sample forms app (#38044) 2020-07-23 11:04:46 -07:00
bundle.golden_symbols.json fix(core): remove duplicated EMPTY_ARRAY constant (#40991) 2021-03-01 09:00:43 -08:00
forms_e2e_spec.ts build(forms): create sample forms app (#38044) 2020-07-23 11:04:46 -07:00
index.html build(forms): create sample forms app (#38044) 2020-07-23 11:04:46 -07:00
index.ts build(forms): create sample forms app (#38044) 2020-07-23 11:04:46 -07:00
treeshaking_spec.ts build(forms): create sample forms app (#38044) 2020-07-23 11:04:46 -07:00