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
* Improves types for slots and intrinsics
* ecmascript.ts now has types throughout and compiles with
`noImplicitAny` (although a later PR will actually enable this
option)
* Fixes BigInt errors in a few places to fix compiler errors and
test failures. Will be replaced by James's work on JSBI.
* Fixes a few index.d.ts bugs in the public types.
* Overhauls how plural units are handled in TS types.
* Partially adds types to calendar.ts. (More coming later.)
* A new internal types file for non-public shared types.
0 commit comments