Skip to content

error TS4082: Default export of the module has or is using private name 'InternalTime' #1062

Closed
@jeremy-dupre

Description

@jeremy-dupre

Describe the bug
Latest version of TypeScript (5.7.2) and vue-tsc (2.2.0) gives the following error:
error TS4082: Default export of the module has or is using private name 'InternalTime'
This is because InternalTime is not exported in index.d.ts, although it is used in other exported structs

To Reproduce
Try to build with TypeScript (5.7.2) and vue-tsc (2.2.0)

Expected behavior
InternalTime should be exported in index.d.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions