acorn
ECMAScript parser for Node.js
Install
- All systems
-
curl cmd.cat/acorn.sh
- Debian
-
apt-get install node-acorn
- Ubuntu
-
apt-get install node-acorn
- Arch Linux
-
pacman -S acorn
- Kali Linux
-
apt-get install node-acorn
- Fedora
-
dnf install node-acorn
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-acorn
- Raspbian
-
apt-get install node-acorn
- Dockerfile
- dockerfile.run/acorn
node-acorn
ECMAScript parser for Node.js
Acorn is a tiny, fast JavaScript parser written in JavaScript. acorn.js defines the main parser interface. The library also comes with a error-tolerant parser and an abstract syntax tree walker, defined in other files. This package contains the acorn module for Node.js. This package contain also the small wrapper acorn-node. Node.js is an event-based server-side JavaScript engine.