Skip to content

Lib generator needs work to support TS 5.6 #47

Closed
@uhyo

Description

@uhyo

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!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions