angular/packages/core/test/bundling
Alex Castle dde3fdabbd feat(common): upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)
Upgrade the existing warning so it now logs an error instead, when an LCP element is determined to not be usings the `priority` attribute. Error is logged, not thrown.

PR Close #52004
2023-10-04 11:36:01 -07:00
..
animation_world refactor(core): removing reflect-metadata from symbol tests. (#51217) 2023-08-01 12:09:25 -07:00
animations build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
animations-standalone build: lock file maintenance (#51834) 2023-10-04 11:31:27 -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 build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
forms_reactive build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
forms_template_driven build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
hello_world build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
hello_world_i18n test(core): convert remaining bundling tests to not use renderComponent (#46559) 2022-06-28 21:37:45 -07:00
hydration build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
image-directive feat(common): upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004) 2023-10-04 11:36:01 -07:00
injection build: lock file maintenance (#50227) 2023-05-10 11:32:43 -07:00
router build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
standalone_bootstrap build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
todo build: lock file maintenance (#51834) 2023-10-04 11:31:27 -07:00
todo_i18n refactor(core): removing reflect-metadata from symbol tests. (#51217) 2023-08-01 12:09:25 -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