angular/packages/zone.js/lib/node
JiaLiPassion d1ac3aa14e fix(zone.js): zone-node only patch Promise.prototype.then (#49144)
Close #47872

zone-node only patches `Promise.prototype.then` instead of patch
`Promise` itself. So the new NodeJS `SafePromise` will not complain
the Promise.prototype.then called on incompatible receiver.

We should also do this change on browser zone.js patch, but it will
be a big breaking change, because Promise.prototype.then will not work
with `fakeAsync` any longer.

PR Close #49144
2023-02-27 08:02:43 -08:00
..
events.ts fix(zone.js): should continue to executue listeners when throw error (#41562) 2021-04-21 15:54:08 -07:00
fs.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
node.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
node_util.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
promise.ts fix(zone.js): zone-node only patch Promise.prototype.then (#49144) 2023-02-27 08:02:43 -08:00
rollup-main-node-bundle.ts fix(zone.js): zone-node only patch Promise.prototype.then (#49144) 2023-02-27 08:02:43 -08:00
rollup-main.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
rollup-test-main.ts fix(zone.js): zone-node only patch Promise.prototype.then (#49144) 2023-02-27 08:02:43 -08:00