escodegen
Code generator
Generates ECMAScript code from an Abstract Syntax Tree (AST)
ECMAScript code generator
3k stars
63 watching
334 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
astecmascriptestreejavascript
Related projects:
Repository | Description | Stars |
---|---|---|
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
eslint/eslint | A tool for identifying and reporting on patterns in JavaScript code to improve its quality and consistency. | 25,110 |
jquery/esprima | An ECMAScript parser for analyzing and interpreting JavaScript code | 7,059 |
facebook/regenerator | Transforms ECMAScript 6 generator functions into efficient ES5 code | 3,832 |
es-shims/es5-shim | A JavaScript shim that enables compatibility with older JavaScript engines by providing implementations of missing EcmaScript 5 features. | 7,117 |
estree/estree | A standard format for representing JavaScript source code | 5,127 |
bitjson/typescript-starter | A tool to quickly create and configure a new Node.js project with TypeScript support | 3,491 |
kagami/ffmpeg.js | Port of FFmpeg in JavaScript for efficient encoding and decoding on the web. | 3,310 |
emscripten-core/emscripten | Compiles C and C++ to WebAssembly for deployment on the web and other platforms | 25,828 |
esdoc/esdoc | Generates documentation for JavaScript projects based on their source code. | 2,740 |
paulmillr/es6-shim | Provides compatibility shims for legacy JavaScript engines to mimic ECMAScript 6 behavior | 3,116 |
standard/eslint-config-standard | Provides a standardized ESLint configuration for JavaScript code style | 2,610 |
mgechev/javascript-algorithms | Implementations of computer science algorithms in JavaScript. | 7,838 |
mozilla/nunjucks | A templating engine with features like inheritance and asynchronous control, inspired by Jinja2. | 8,587 |
briandipalma/generator-node-esnext | A Yeoman generator tool that facilitates the creation of Node.js projects with ES6/ES7 support using Traceur and ES6 module loader. | 5 |