angular/packages/core/test/bundling
Matthieu Riegler 0e16654be4 refactor(forms): remove deprecated symbols (#55723)
Follow-up of #55698 to help remove the symbols from G3.

PR Close #55723
2024-05-17 10:12:08 -07:00
..
animation_world refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
animations refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
animations-standalone refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
core_all refactor(core): EventEmitter implements OutputRef. (#54650) 2024-03-06 12:34:39 +01:00
cyclic_import refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
defer refactor(core): Rename BaseDispatcher to Dispatcher. (#55721) 2024-05-13 12:30:10 -07:00
forms_reactive refactor(forms): remove deprecated symbols (#55723) 2024-05-17 10:12:08 -07:00
forms_template_driven refactor(forms): remove deprecated symbols (#55723) 2024-05-17 10:12:08 -07:00
hello_world refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
hello_world_i18n refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
hydration refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07: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): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
standalone_bootstrap refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07:00
todo refactor(core): Throw a runtime error if both zone and zoneless are provided (#55410) 2024-05-07 13:37:43 -07: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