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

improve ES6 import syntax #110

Closed
thg303 opened this issue Jul 31, 2016 · 1 comment
Closed

improve ES6 import syntax #110

thg303 opened this issue Jul 31, 2016 · 1 comment
Labels

Comments

@thg303
Copy link

thg303 commented Jul 31, 2016

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants