angular/packages/core/test/bundling
Thomas Nguyen aaa00b3f9c refactor(core): Add global event delegation provider (#56247)
This replaces all addEventListener calls with a stashing function,
and installs an event listener on the document body to retrieve
the stashed function;

PR Close #56247
2024-06-27 14:24:47 +00:00
..
animation_world refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
animations refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
animations-standalone refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
core_all refactor(core): EventEmitter implements OutputRef. (#54650) 2024-03-06 12:34:39 +01:00
cyclic_import refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
defer refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
forms_reactive refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
forms_template_driven refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
hello_world fix(core): async EventEmitter should contribute to app stability (#56308) 2024-06-11 15:10:21 -07:00
hello_world_i18n refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
hydration refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
image-directive refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
injection refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
router refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
standalone_bootstrap refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
todo refactor(core): Add global event delegation provider (#56247) 2024-06-27 14:24:47 +00:00
todo_i18n refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07: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