babel
Code transformer
A tool that transpiles modern JavaScript code to earlier versions of the language
🐠 Babel is a compiler for writing next generation JavaScript.
43k stars
805 watching
6k forks
Language: TypeScript
last commit: over 1 year ago
Linked from 12 awesome lists
astbabelcompileres2015es6flavortownjavascript
Backlinks from these awesome lists:
-
mungell/awesome-for-beginners
-
sindresorhus/awesome-nodejs
-
sorrycc/awesome-javascript
-
aalhour/awesome-compilers
-
jobbole/awesome-javascript-cn
-
dustinspecker/awesome-eslint
-
lyfeyaj/awesome-resources
-
jingwentian/awesome-frontend
-
babel/awesome-babel
-
proyecto26/awesome-jsgames
-
sejoker/awesome-jscodeshift
-
cowchimp/awesome-ast
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
| | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
| | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
| | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
| | A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |
| | Enables Babel transformation of JavaScript files during Vite development and build processes. | 53 |
| | Automates code quality and formatting by analyzing and transforming JavaScript code according to predefined rules and best practices. | 713 |
| | A tool for programmable code generation and preprocessing of JavaScript | 35 |
| | A codemod script to transform commonjs import statements in JavaScript files to ES2015 imports | 4 |
| | Transpiles Vue 2.0 JSX to JavaScript | 1,847 |
| | A tool for automating transformations and modifications to JavaScript code. | 2 |
| | A JavaScript syntax tree transformer and pretty-printer that allows manipulating abstract syntax trees (ASTs) for dynamic code transformation. | 7 |
| | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |
| | Tools and features for syntax highlighting and code analysis in JavaScript and related technologies | 476 |