-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Closed

Description
Is your feature request related to a problem? Please describe.
A command implemented in CommonJS needs to be able to load an ESM dynamically and synchronously, without being re-implemented as an ESM. See Problem with ESM modules in the knex package.
Describe the solution you'd like
let result = esm.importSync(path);
Describe alternatives you've considered
None.
Metadata
Metadata
Assignees
Labels
No labels