angular/packages/core/primitives/event-dispatch
Andrew Kushnir bbd0cbfacf refactor(core): disable property renaming for the event dispatch script (#55502)
This commit updates Terser config to disable property renaming for the event delegation script (that we later inline into the HTML during SSR). The problem is that event dispatcher relies on some functions on the EventContract class to have original names after after minification, we loose an ability to call those functions.

PR Close #55502
2024-04-24 10:32:35 -07:00
..
src refactor(core): Remove stop propagation beahavior. (#55435) 2024-04-24 09:12:34 -07:00
test refactor(core): Remove stop propagation beahavior. (#55435) 2024-04-24 09:12:34 -07:00
BUILD.bazel build: update event dispatch contract to be outputted in IIFE (#55377) 2024-04-22 11:35:48 -07:00
contract_binary.ts refactor: migrate core/primitives to prettier formatting (#55387) 2024-04-17 15:55:32 -07:00
index.ts refactor(core): Make some minor changes to facilitate testing and usage of event-dispatch. (#55411) 2024-04-23 11:05:44 -07:00
terser.config.json refactor(core): disable property renaming for the event dispatch script (#55502) 2024-04-24 10:32:35 -07:00