Skip to content

aggregate typescript import by source #3232

Closed

Description

The recent import type changes impacted how the ordering of the imports, the aim of this PR is to use inline notations that don't change the ordering of the imports
example instead of:

import { foo } from 'foobar';
import type { bar } from 'foobar';

the imports will be reorganized as follows:

import { foo, type bar } from 'foobar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

TypeScriptPull requests that update Javascript codeWIPenhancementNew feature or request

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions