Skip to content

yogeshgadge/mjs-mixed-loaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interoperability between .mjs and .js

There are also npm scripts fro these to reproduce the problem.

Does not work using node -r @std/esm

node -r @std/esm ard/apple.mjs

Does not work with mocha -r option

mocha -r @std/esm --recursive src/*.spec.mjs

Works (using require)

node index.js 

About

Michael Jackson Script and ES6 harmony :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published