mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Zone.js supports the google closure compiler in the advance optimization mode, to prevent closure compiler modify the `onProperty` name such as `Element.prototype.onclick`, Zone.js implements the `onProperty` patch logic by declaring all the event names in the source code, this increases the bundle size and also require updating the event names array to keep the information updated. Now google closure compiler has the required event names defined in the built-in externs files, so zone.js can use more simple implementation and decrease the bundle size of zone.js (about 4k). PR Close #40962 |
||
|---|---|---|
| .. | ||
| empty-worker.js | ||
| import.html | ||
| sample.json | ||
| worker.js | ||