angular/packages/core/test/bundling
Pawel Kozlowski c04312860b refactor(core): introduce instructions for view queries as signals (#54017)
This commit adds new instructions to support view queries as signals.

PR Close #54017
2024-01-24 18:39:51 -05:00
..
animation_world refactor(core): Remove detectChanges private export (#52875) 2023-11-14 21:05:42 +00:00
animations refactor: migrate animations to prettier formatting (#53977) 2024-01-19 20:08:57 +01:00
animations-standalone refactor: migrate animations to prettier formatting (#53977) 2024-01-19 20:08:57 +01:00
core_all refactor(core): detect signal inputs at runtime using input flags (#53571) 2024-01-04 12:07:13 -08:00
cyclic_import refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
defer refactor(core): introduce instructions for view queries as signals (#54017) 2024-01-24 18:39:51 -05:00
forms_reactive refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
forms_template_driven refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
hello_world refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
hello_world_i18n test(core): convert remaining bundling tests to not use renderComponent (#46559) 2022-06-28 21:37:45 -07:00
hydration refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
image-directive feat(core): add warnings for oversized images and lazy-lcp (#51846) 2023-10-06 12:14:32 -07:00
injection build: lock file maintenance (#50227) 2023-05-10 11:32:43 -07:00
router refactor(core): extract more query logic from instructions (#54017) 2024-01-24 18:39:51 -05:00
standalone_bootstrap refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
todo refactor(core): node removal should notify the scheduler (#53812) 2024-01-09 08:51:30 -08:00
todo_i18n refactor(core): Remove detectChanges private export (#52875) 2023-11-14 21:05:42 +00: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