Closed
Description
TypeScript Version: 3.0.0-dev.20180616
Search Terms: rename, relative
Repro
- clone https://github.com/fimbullinter/wotan
yarn
- creates symlinks for each
packages/<name>
asnode_modules/@fimbul/<name>
- creates symlinks for each
- open in VSCode
- rename
packages/wotan/index.ts
topackages/wotan/index1.ts
(simply append "1" to the name) - accept automatic update of imports
Expected behavior:
No edits, file stays unchanged
Actual behavior:
In the first line export * from '@fimbul/ymir';
is changed to export * from '../ymir/src';
Playground Link:
Related Issues: