angular-cn/packages/zone.js/lib/zone-spec
JiaLiPassion 55b3f97be0 fix(zone.js): `tickOptions`'s `processNewMacroTasksSynchronously` should default to true when flag omitted (#35814)
Calling `tick(0, null)` defaults `processNewMacroTasksSynchronously` flag to `true`, however calling  `tick(0, null, {})` defaults `processNewMacroTasksSynchronously` to `undefined`. This is undesirable behavior since unless the flag is set explicitly it should still default to `true`.

PR Close #35814
2020-03-06 17:33:57 -05:00
..
async-test.ts fix(zone.js): restore definition of global (#31453) 2019-07-09 09:34:50 -07:00
fake-async-test.ts fix(zone.js): `tickOptions`'s `processNewMacroTasksSynchronously` should default to true when flag omitted (#35814) 2020-03-06 17:33:57 -05:00
long-stack-trace.ts fix(zone.js): don't rely on global node typings outside of node/ directory (#31783) 2019-07-30 12:59:40 -07:00
proxy.ts test(zone.js): fix typos (#31358) 2019-07-02 11:29:33 -07:00
sync-test.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
task-tracking.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
wtf.ts fix(zone.js): work around TS3.7 issue (#33294) 2019-11-01 17:46:03 +00:00