-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I noticed in #27 esm support was added but only in the cases of require = require('esm')(module);.
What doesn't seem to be supported is this.
const _require = require('esm')(module);
const myModule = _require('my-module');@guybedford any chance you could help on this?
Metadata
Metadata
Assignees
Labels
No labels