Skip to content

Refactor request: Split or merge type imports #83

@NatoBoram

Description

@NatoBoram

These two import styles are valid:

import type { Command } from "commander"
import { createCommand } from "commander"
import { createCommand, type Command } from "commander"

However, some projects might prefer one style over the other. A refactor option to go from one to the other would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions