Skip to content

Use ES6 module syntax in node.js with minimalized Babel influence (because node.js already supports most ES6 features)

License

Notifications You must be signed in to change notification settings

tomastrajan/node-babel-es6-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Babel ES6 Example

Use ES6 module syntax with node.js (5.x) with minimal involvement of Babel transpiler

Features

  • most ES6 support provided node.js 5.x
  • ES modules support provided by Babel
  • minimal runner run.js - register babel hook & require application;
  • only single Babel plugin transform-es2015-modules-commonjs used

How to run?

npm start run example

About

Use ES6 module syntax in node.js with minimalized Babel influence (because node.js already supports most ES6 features)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages