feat(zone.js): move all zone optional bundles to plugins folders (#36540)
Zone.js has a lot of optional bundles, such as `zone-patch-message-port`, those bundles are monkey patch for specified APIs usually for soem experimental APIs or some old APIs only available for specified platforms. Those bundles will not be loaded by default. In this commit, since we have several main `sub packages` such as `zone`, `zone-node`, `zone-testing`, I put all the optional bundles under `plugins` folders for consistency. PR Close #36540
This commit is contained in:

committed by
Misko Hevery

parent
583a9d38a1
commit
b199ef6bfc
7
packages/zone.js/plugins/async-test/package.json
Normal file
7
packages/zone.js/plugins/async-test/package.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "zone.js/async-test",
|
||||
"main": "../../bundles/async-test.umd.js",
|
||||
"fesm2015": "../../fesm2015/async-test.js",
|
||||
"es2015": "../../fesm2015/async-test.js",
|
||||
"module": "../../fesm2015/async-test.js"
|
||||
}
|
Reference in New Issue
Block a user