babylon
JavaScript parser used in Babel
Install
- All systems
-
curl cmd.cat/babylon.sh
- Debian
-
apt-get install node-babylon
- Ubuntu
-
apt-get install node-babylon
- Kali Linux
-
apt-get install node-babylon
- Fedora
-
dnf install node-babylon
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-babylon
- Dockerfile
- dockerfile.run/babylon
node-babylon
JavaScript parser used in Babel
Babel is a JavaScript compiler to use next generation JavaScript, today. ES2015 and beyond: Babel has support for the latest version of JavaScript through syntax transformers. These plugins allow you to use new syntax, right now without waiting for browser support. Node.js is an event-based server-side JavaScript engine.