Skip to content

TS: duplicated imports in this case #57726

Open
@bpasero

Description

@bpasero

Steps to Reproduce:

  1. in our sources have a TS file that uses import { watchFile } from 'fs';
  2. somewhere begin to use unwatchFile
  3. use quick fix to add import
  4. pick "Add import from 'fs'"

=> 🐛 you get a second import

import { watchFile } from 'fs';
import { unwatchFile } from 'fs';

Metadata

Metadata

Assignees

Labels

Needs InvestigationThis issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestone

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions