-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
TS 5.6's lib.esnext.iterator.d.ts
introduces a new way of defining type defintions (microsoft/TypeScript#58222):
The lib .d.ts
file itself is a module (due to existence of export {};
) and uses a declare global
block to define some premordial types.
Our lib generator needs to support this construct too. (and yes, there are several any
in that file which I really want to alter!)
aaditmshah and Andyuugraphemecluster, KisaragiEffective and Andyuu
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request