There are 0 repository under escodegen topic.
Safely evaluate JavaScript (estree) expressions, sync and async.
Call graph based on Abstract Syntax Tree in Javascript
把 vue 组件转换为任何 web 类模板
A video tutorial about Creating your own UglifyJS - Minifying code and generating source maps from scratch
Compiles JS source written as AMD modules to a single file without the need for a loader (RequireJS / almond / etc.)
Jackdaw - a Javascript weaver for the LARA language.
some code about ast demo
acorn-parse-escodegen-generate-esm-broweser 在浏览器中使用 acorn和escodegen 来 进行 javascript 源代码 和 抽象语法树的相互转换的ES模块
JS code transformation library replacing switch statements with other conditional statements
An intro to compilers: Simple examples