angular/packages/core/test/bundling/todo
Paul Gschwendtner bb35414a38 perf(core): speed up retrieval of DestroyRef in EventEmitter (#54748)
Speeds up the retrieval of `DestroyRef` in `EventEmitter` because
`try/catch` is expensive if there is no injection context.

We saw a script time regression in Cloud.

The goldens had to be updated because `getInjectImplementation` is now
referenced. `inject` also references the underlying field, but directly.
This is super minimal overhead of a function exposing the internal
field.

PR Close #54748
2024-03-11 16:31:03 -07:00
..
base.css test(core): rename r2-based hello_world and todo bundling tests (#46559) 2022-06-28 21:37:45 -07:00
BUILD.bazel refactor(core): removing reflect-metadata from symbol tests. (#51217) 2023-08-01 12:09:25 -07:00
bundle.golden_symbols.json perf(core): speed up retrieval of DestroyRef in EventEmitter (#54748) 2024-03-11 16:31:03 -07:00
index.html build: remove remaining usages of deprecated ts_devserver (#48521) 2022-12-19 19:50:44 +00:00
index.ts refactor(core): removing reflect-metadata from symbol tests. (#51217) 2023-08-01 12:09:25 -07:00
todo.css test(core): rename r2-based hello_world and todo bundling tests (#46559) 2022-06-28 21:37:45 -07:00
todo_e2e_spec.ts test: refactor core bundling tests to work with ESM (#48521) 2022-12-19 19:50:42 +00:00