Move to new file refactoring misses path update for import * paths #24583
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From microsoft/vscode#50953
TypeScript Version: 3.0.0-dev.20180601
Search Terms:
Code
For a project
a.ts
b.ts
move to new file
refactoring onexport const x
Expected behavior:
Unclear what exact behavior should be for
b.ts
. Perhaps:or
Actual behavior:
No update to
b.ts
. File is now invalid:b.ts
The text was updated successfully, but these errors were encountered: