angular-cn/packages/core/test/bundling/router
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: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
bundle.golden_symbols.json fix(core): remove duplicated EMPTY_ARRAY constant (#40991) 2021-03-01 09:00:43 -08:00
index.html build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
index.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00
treeshaking_spec.ts build: create sample router app (#38714) 2020-09-11 12:10:46 -07:00