Closed
Description
I'm using --experimental-modules
and find that when a module down the dependency chain doesn't export a symbol, it's hard to tell which module that was:
SyntaxError: The requested module does not provide an export named '...'
It would really help if Node included the name of the module that didn't provide that export.