Skip to content

marcosrachid/node-js-es6-experimental-modules-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-es6-experimental-modules-template

@std/esm test, more information in https://github.com/standard-things/esm

Execution

node -r "@std/esm" main.mjs

or

node --experimental-modules main.mjs

or

yarn start