angular-cn/packages/zone.js/lib
Martin Probst 09536423e8 fix(zone.js): work around TS3.7 issue (#33294)
In TypeScript 3.7, circularity detection misfires on the declaration of `value` here.
https://github.com/microsoft/TypeScript/issues/32950

Declaring an explicit type avoids the problem.

PR Close #33294
2019-11-01 17:46:03 +00:00
..
browser fix(zone.js): browser-legacy should not reference Zone (#32016) 2019-08-13 09:53:00 -07:00
closure fix(zone.js): __load_patch and __symbol__ should be in zone_extern for closure compiler (#31350) 2019-07-24 13:30:01 -07:00
common refactor: utilize type narrowing (#33075) 2019-10-10 15:18:44 -07:00
extra fix(zone.js): don't fire unhandledrejection if Zone handled error (#31718) 2019-07-24 16:10:59 -07:00
jasmine refactor: ensure zone.js can be built with typescript strict flag (#30993) 2019-07-18 14:21:26 -07:00
mix fix(zone.js): zone-mix should import correct browser module (#31628) 2019-07-24 14:33:07 -07:00
mocha refactor: ensure zone.js can be built with typescript strict flag (#30993) 2019-07-18 14:21:26 -07:00
node refactor: utilize type narrowing (#33075) 2019-10-10 15:18:44 -07:00
rxjs refactor: ensure zone.js can be built with typescript strict flag (#30993) 2019-07-18 14:21:26 -07:00
testing refactor: utilize type narrowing (#33075) 2019-10-10 15:18:44 -07:00
zone-spec fix(zone.js): work around TS3.7 issue (#33294) 2019-11-01 17:46:03 +00:00
BUILD.bazel build: update to rules_nodejs 0.38 (#32889) 2019-10-08 09:27:11 -07:00
zone.ts fix(zone.js): don't rely on global node typings outside of node/ directory (#31783) 2019-07-30 12:59:40 -07:00