make-builder
Utilities for AST transformers
Install
- All systems
-
curl cmd.cat/make-builder.sh
- Debian
-
apt-get install node-ast-util - Ubuntu
-
apt-get install node-ast-util - Kali Linux
-
apt-get install node-ast-util - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install node-ast-util - Raspbian
-
apt-get install node-ast-util
node-ast-util
Utilities for AST transformers
These methods are useful for source transformers such as transpilers and macros, as they often have to insert variables into scopes and replace expressions. Node.js is an event-based server-side JavaScript engine.