Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

improve ES6 import syntax #110

Closed
Closed
@thg303

Description

@thg303

It's a feature request issue about fixing traditional import syntax for ES6.
I think it would be better for developers and the editors auto-completion mechanism to transform original import syntax from:
import { ComponentName } from 'path/to/module';
to
from 'path/to/module' import { ComponentName }
or something like that which improves auto-completion results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions