You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
* fix long-stack-trace zone will not render correctly when reject a promise
* fix issue #484 and #491, patch EventEmitter.once and removeAllListeners
* add event emitter once test case
* prependlistener should add listener at the beginning of the listener array.
add test cases for prepend listener and once.
* use newest fetch to test
* patch process.nextTick
* restore ZoneAwareError captureStackTrace function
* move captureStackTrace test into node
* use hasOwnProperty for check captureStackTrace exist or not
* change var to const
* add process.spec.ts into node_tests.ts target
* add done in process.spec.ts
* change var to let
* add nexttick order case
* add prepareStackTrace callback to ZoneAwareError
* fix when EventEmitter removeAllListeners has no event type parameter, should remove all listeners
* change some var to let/const, remove unnecessary cancelTask call
* modify testcases
* remove typo
* use zone.scheduleMicrotask to patch process.nextTick
* forget use let/const again
* add comment to removeAllListeners patch, and remove useCapturing parameter cause it is not needed
* update fetch to 2.0.1
0 commit comments