SourceFile#move: Support updating "paths" module specifiers
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 238
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
If module specifiers are in paths like so:
```ts
"paths": {
"@components/*": [
"./components/*"
],
....
```
Then module specifiers like the following should be updated when a file is moved:
```ts
import ExampleComponent from "@components/ExampleComponent";
```
Contributor guide
Assessment
This issue has not been assessed yet.