Closed

Description
TypeScript Version: latest
Code
import { x } from "unresolved-module";
Expected behavior:
Shows the attempts to resolve "unresolved-module".
Actual behavior:
Just says that the module wasn't resolved.
People can always turn on --traceResolution
after getting such an error, but that shows the resolution for all modules, which can be pretty long.