angular/packages/zone.js/plugins
JiaLiPassion 86372538ab refactor(zone.js): remove zone-async-tagging from zone.js (#47416)
1. Remove `zone-async-tagging` implementation from zone.js and move the
implementation to `@angular/core`, so `@angular/core` can import this
package more easily for better treeshaking.
2. Add `async tagging zone` implemenation into `@angular/core` package.
So we don't need to get the `AsyncStackTaggingZoneSpec` from `global`
instance, we can import the `class` directly for better treeshaking.
3. Only load this ZoneSpec when `ngDevMode` is `true`.

PR Close #47416
2022-09-23 14:44:38 -07:00
..
async-test
async-test.min
fake-async-test
fake-async-test.min
jasmine-patch
jasmine-patch.min
long-stack-trace-zone
long-stack-trace-zone.min
mocha-patch
mocha-patch.min
proxy
proxy.min
sync-test
sync-test.min
task-tracking
task-tracking.min
webapis-media-query
webapis-media-query.min
webapis-notification
webapis-notification.min
webapis-rtc-peer-connection
webapis-rtc-peer-connection.min
webapis-shadydom
webapis-shadydom.min
wtf
wtf.min
zone-bluebird
zone-bluebird.min
zone-error
zone-error.min
zone-legacy
zone-legacy.min
zone-patch-canvas
zone-patch-canvas.min
zone-patch-cordova
zone-patch-cordova.min
zone-patch-electron
zone-patch-electron.min
zone-patch-fetch
zone-patch-fetch.min
zone-patch-jsonp
zone-patch-jsonp.min
zone-patch-message-port
zone-patch-message-port.min
zone-patch-promise-test
zone-patch-promise-test.min
zone-patch-resize-observer
zone-patch-resize-observer.min
zone-patch-rxjs
zone-patch-rxjs-fake-async
zone-patch-rxjs-fake-async.min
zone-patch-rxjs.min
zone-patch-socket-io
zone-patch-socket-io.min
zone-patch-user-media
zone-patch-user-media.min
BUILD.bazel refactor(zone.js): remove zone-async-tagging from zone.js (#47416) 2022-09-23 14:44:38 -07:00