How to resolve requires without `.js` extension in a very basic NPM resolver?
I have an NPM resolver that without caching that expects everything to be in a
https://gist.github.com/rust-play/fbd49c87332ee27b3d217bb1e0005462
I can successfully
It seems like it's failing to resolve the module, cause it panics at
node_modules folder, mostly copied from deno clihttps://gist.github.com/rust-play/fbd49c87332ee27b3d217bb1e0005462
I can successfully
require lodash, but one of the npm libraries I'm trying to require imports a babel library like soIt seems like it's failing to resolve the module, cause it panics at
thread 'main' panicked at 'called Result::unwrap() on an Err value: Error: Cannot find module '@babel/runtime/helpers/interopRequireDefault'Gist
Code shared from the Rust Playground. GitHub Gist: instantly share code, notes, and snippets.

