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
VSCode imports extensions as CJS, however from CJS dynamic import can be used. With this it should be possible to pivot to ESM from the CJS main script.
Advantage here is less compilation, and support for newer ESM only packages.
The text was updated successfully, but these errors were encountered:
VSCode imports extensions as CJS, however from CJS dynamic
import
can be used. With this it should be possible to pivot to ESM from the CJS main script.Advantage here is less compilation, and support for newer ESM only packages.
The text was updated successfully, but these errors were encountered: