Open
Description
For example: @mycoolscope/enum
generates the import import * as enum from "@mycoolscope/enum";
.
One possible workaround is to capitalise package names when the package name is a keyword. E.g. import * as Enum from "@mycoolscope/enum";
. Either that, or people can just recognise when a package name is a reserved word and come up with their own workarounds.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Needs Triage