You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
letresult=esm.importSync(path);
Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered:
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
Describe alternatives you've considered
None.
The text was updated successfully, but these errors were encountered: