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
So we try to find all the occurences where the require syntax is being and it is not able to reference from where it is exported. I want to know what do we intend to do after that? should we convert all of them to import syntax?
🔎 Search Terms
"export", "references", "commonjs", "checkJs", "allowJs",
🕗 Version & Regression Information
This bugs reproduces in typescript@3,4,5
⏯ Playground Link
No response
💻 Code
Request find all references for the symbol
f
inf.js
Reproduction repo: https://github.com/golopot/testcommonjs
🙁 Actual behavior
Doesn't find the reference from the dependent
./main.js
.🙂 Expected behavior
Do find the reference from the dependent
./main.js
.Additional information about the issue
The text was updated successfully, but these errors were encountered: