escodegen
There are 13 repositories under escodegen topic.
lydell/eslump
Fuzz testing JavaScript parsers and suchlike programs.
jonschlinkert/eval-estree-expression
Safely evaluate JavaScript (estree) expressions, sync and async.
cheburakshu/Javascript-Explorer-Callgraph
Call graph based on Abstract Syntax Tree in Javascript
surmon-china/vue2any
把 vue 组件转换为任何 web 类模板
vereis/jarlang
Erlang compiler which outputs ES6 spec JavaScript
ErickWendel/how-minifying-code-and-source-maps-work-in-practice
A video tutorial about Creating your own UglifyJS - Minifying code and generating source maps from scratch
bezzad/UnitJest
Automation generate unit test for JavaScript by Jest Framework
amitayh/amd-compiler
Compiles JS source written as AMD modules to a single file without the need for a loader (RequireJS / almond / etc.)
ricardoferreirasilva/jsweaver
Jackdaw - a Javascript weaver for the LARA language.
BugUpdater/ast-learning
some code about ast demo
masx200/acorn-parse-escodegen-generate-esm-broweser
acorn-parse-escodegen-generate-esm-broweser 在浏览器中使用 acorn和escodegen 来 进行 javascript 源代码 和 抽象语法树的相互转换的ES模块
ZhenyaKh/replace-switches
JS code transformation library replacing switch statements with other conditional statements
crguezl/hello-jison
An intro to compilers: Simple examples