Skip to content

Interop Gen: Support typeof type declarations #383

Open
@nikeokoronkwo

Description

@nikeokoronkwo

This issue is to add support for parsing types using typeof declarations.

export const foo: Record<string, number> = {};
export const bar: typeof foo = {};

This adds support for a new Type declaration for handling such typeof declarations, and generating references to the given type when a reference is needed for such declaration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions