Skip to content

Removing the qualified name restriction on import targets #1166

Closed
@vlomshakov

Description

@vlomshakov

It seems to me, it's very inconvenient, that import declaration can't have none qualified symbol as target. By the reason I have to use next way to do this:

class S {}

export type SS = S;
export var SS = S;

Maybe, removing the qualified name restriction will be more convenient than combination of type alias and var alias.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueWell scoped, documented and has the green lightHelp WantedYou can do thisSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions