You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: