microsoft / microsoft/TypeScript
TS: duplicated imports in this case
Open
Nobody has claimed this yet.
Needs Investigation
Rescheduled
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.4k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 117
Description
Steps to Reproduce:
- in our sources have a TS file that uses
import { watchFile } from 'fs'; - somewhere begin to use
unwatchFile - use quick fix to add import
- pick "Add import from 'fs'"
=> 🐛 you get a second import
import { watchFile } from 'fs';
import { unwatchFile } from 'fs';
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.