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
I saw your WIP livescript loader and wanted to give you a heads up that there's @std/esm which enables ESM in Node 4+ in much the same way as the --experimental-modules flag.
node -r @std/esm file.mjs
The @std/esm loader works with things like @babel/register which makes me think there's probably a way for a livescript transform to work with @std/esm too.
The text was updated successfully, but these errors were encountered:
Thanks for info, @std/esm looks really interesting, but I'm not familiar with its implementation and couldn't find relevant info in documentation so I've opened issue about integrating external loaders.
I saw your WIP livescript loader and wanted to give you a heads up that there's @std/esm which enables ESM in Node 4+ in much the same way as the
--experimental-modules
flag.The
@std/esm
loader works with things like@babel/register
which makes me think there's probably a way for a livescript transform to work with@std/esm
too.The text was updated successfully, but these errors were encountered: