Skip to content

Small change in 'import' #4880

Closed
Closed
@matheusml

Description

@matheusml

We should change this:

import { some-module } from 'some-lib'

To this:

from 'some-lib' import {some-module}

If we change to the second, the IDE can help us out by auto-completing the modules which we can import. In the first case we still can do it, but it's unnatural, we have to type everything and then come back.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeclinedThe issue was declined as something which matches the TypeScript visionDuplicateAn existing issue was already created

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions