angular/packages/core/test/bundling
De Wildt ee816e171f revert "fixup! fix(router): fix = not parsed in router segment name" (#47332)
This reverts commit 2279f4d4620eba083a9832ed096890b69a25ec42.

Reverting that commit based off PR feedback that this change should only affect the parsing of sergments and node encoding of the url

PR Close #47332
2023-04-11 09:16:31 -07:00
..
animation_world build: remove remaining usages of deprecated ts_devserver (#48521) 2022-12-19 19:50:44 +00:00
animations refactor(animations): remove Domino specific logic (#49630) 2023-04-05 11:42:57 -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(platform-browser): update renderer to be able to remove ServerRendererFactory2 and EmulatedEncapsulationServerRenderer2 (#49630) 2023-04-05 11:42:57 -07:00
forms_reactive refactor(platform-browser): update renderer to be able to remove ServerRendererFactory2 and EmulatedEncapsulationServerRenderer2 (#49630) 2023-04-05 11:42:57 -07:00
forms_template_driven refactor(platform-browser): update renderer to be able to remove ServerRendererFactory2 and EmulatedEncapsulationServerRenderer2 (#49630) 2023-04-05 11:42:57 -07:00
hello_world fix(core): make sure that lifecycle hooks are not tracked (#49701) 2023-04-05 10:48:22 -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): warn if using ngSrcset without a configured image loader (#48804) 2023-01-25 19:27:00 +00:00
injection feat(core): introduce concept of DestroyRef (#49158) 2023-02-28 11:52:09 -08:00
router revert "fixup! fix(router): fix = not parsed in router segment name" (#47332) 2023-04-11 09:16:31 -07:00
standalone_bootstrap refactor(platform-browser): update renderer to be able to remove ServerRendererFactory2 and EmulatedEncapsulationServerRenderer2 (#49630) 2023-04-05 11:42:57 -07:00
todo refactor(platform-browser): update renderer to be able to remove ServerRendererFactory2 and EmulatedEncapsulationServerRenderer2 (#49630) 2023-04-05 11:42:57 -07:00
todo_i18n build: remove remaining usages of deprecated ts_devserver (#48521) 2022-12-19 19:50:44 +00: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