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
This would be godsend, as most of the projects I work with are using aliases, so even if they're not read from the tsconfig.json, but manually added it would be a huge boost of understanding if an imported method throws 🎉
Currently, we are only resolving relative imports:
does-it-throw/crates/does-it-throw-wasm/src/lib.rs
Line 136 in 99fda18
It would be nice to perform the same analysis in Typescript alias paths. I am not sure about node_modules, but I am open to ideas.
The text was updated successfully, but these errors were encountered: