Open mjbvz opened 6 years ago
is there any plan to fix it?
Any update? Thanks!
Yep, hoping to see a fix to this as well, now that also Expo projects support path aliases (https://docs.expo.dev/guides/typescript/#path-aliases).
This have been mentioned many times across different issues, but I don't see any solution. Is there one, or are we just currently doomed if we use aliased imports?
From https://github.com/Microsoft/vscode/issues/60918
TypeScript Version: 3.2.0-dev.20181019
Search Terms:
Code For a simple js project
jsconfig.json
main.ts
src/foo.js
main.js
, f2 rename onfoo
in the pathExpected behavior: This should allow renaming
foo.js
Actual behavior: See error:
you cannot rename a module via a global import