angular/packages/core/test/bundling
Alan Agius 1efc4bb9e6 test: update defer symbol test golden file (#58297)
Update the golden file of the defer symbol test

PR Close #58297
2024-10-28 12:26:06 -07:00
..
animation_world refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
animations build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
animations-standalone build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
core_all refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
cyclic_import build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
defer test: update defer symbol test golden file (#58297) 2024-10-28 12:26:06 -07:00
forms_reactive refactor(core): eliminate top-level property access in ɵɵNgOnChangesFeature (#58297) 2024-10-28 12:26:06 -07:00
forms_template_driven refactor(core): eliminate top-level property access in ɵɵNgOnChangesFeature (#58297) 2024-10-28 12:26:06 -07:00
hello_world build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
hello_world_i18n refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +00:00
hydration build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
image-directive fix(common): prevent warning about oversize image twice (#58021) 2024-10-02 11:46:17 +00:00
injection build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
router refactor(core): eliminate top-level property access in ɵɵNgOnChangesFeature (#58297) 2024-10-28 12:26:06 -07:00
standalone_bootstrap build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
todo build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:06 -07:00
todo_i18n refactor(core): Migrate all packages with the explicit-standalone-flag schematic. (#58160) 2024-10-14 14:58:57 +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