Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Multiple type import duplicates the import statement #281

@demedos

Description

@demedos

import { type Foo, type Baz } from "Source";

is converted into

import type { Foo, Baz } from "Source";
import "Source"; <--- this should be removed

https://flow-to-ts.netlify.app/#code=aW1wb3J0I...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions