angular/packages/core/test/bundling
Kristiyan Kostadinov 76a8c68cc1 refactor(core): add input and output filtering for host directives (#47536)
Adds the logic that will filter out unexposed inputs/outputs and apply the aliases that the author specified when writing the host directives.

PR Close #47536
2022-09-29 15:48:59 -07:00
..
animation_world refactor(core): drop unused fields from the RootContext (#46806) 2022-08-05 09:58:06 -07:00
animations refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
core_all build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07:00
cyclic_import refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
forms_reactive refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
forms_template_driven refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
hello_world refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
hello_world_i18n test(core): convert remaining bundling tests to not use renderComponent (#46559) 2022-06-28 21:37:45 -07:00
image-directive fix(common): rename rawSrc -> ngSrc in NgOptimizedImage directive (#47362) 2022-09-09 14:25:37 -07:00
injection refactor(core): tree-shake away a DI error message string in prod bundles (#45994) 2022-05-16 10:04:57 -07:00
router refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
standalone_bootstrap refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
todo refactor(core): add input and output filtering for host directives (#47536) 2022-09-29 15:48:59 -07:00
todo_i18n refactor(core): drop unused fields from the RootContext (#46806) 2022-08-05 09:58:06 -07:00
util build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
README.md fix(core): remove individual commands for updating gold files (#45198) 2022-03-01 19:16:53 +00:00

Bundle

js_expected_symbol_test

This folder contains tests which assert that most of the code is tree shaken away. This is asserted by keeping gold files of all symbols which are expected to be retained. When doing renaming it is often necessary to update the gold files; to do so use these scripts:

yarn run symbol-extractor:check
yarn run symbol-extractor:update