You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there would be importing only from '@app/module/test' it would not even suggest rename refactoring.
The text was updated successfully, but these errors were encountered:
wclr
changed the title
Doesn't support module rename refactoring with importing from modules (yarn workspaces)
Doesn't support rename refactoring with importing from modules (yarn workspaces)
Jun 8, 2019
wclr
changed the title
Doesn't support rename refactoring with importing from modules (yarn workspaces)
Doesn't support rename refactoring with importing from a module (yarn workspaces)
Jun 8, 2019
Ts 3.5.1
I use yarn workspaces in the project so may
./package/module
folder is linked and available as@app/module
Say I have such file, that imports from the same module
test
Then I rename file
packages/module/test
totest2
and refactoring does change our file to:
Expected result would probably be:
If there would be importing only
from '@app/module/test'
it would not even suggest rename refactoring.The text was updated successfully, but these errors were encountered: