compile-modules
Module transpiler from ECMAScript 6 for Node.js
Install
- All systems
-
curl cmd.cat/compile-modules.sh
- Debian
-
apt-get install node-es6-module-transpiler - Ubuntu
-
apt-get install node-es6-module-transpiler - Kali Linux
-
apt-get install node-es6-module-transpiler - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-es6-module-transpiler - Raspbian
-
apt-get install node-es6-module-transpiler
node-es6-module-transpiler
Module transpiler from ECMAScript 6 for Node.js
This is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into various formats. Node.js is an event-based server-side JavaScript engine.