broccoli-babel-transpiler
JavaScript transpiler
A plugin that transpiles JavaScript code to newer versions using Babel
Broccoli plugin for Babel
57 stars
16 watching
73 forks
Language: JavaScript
last commit: over 1 year ago hacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,257 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
mmun/broccoli-es6-module-transpiler | A tool for transpiling ES6 modules to other module types | 5 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,848 |
broccolijs/broccoli-plugin | A base class for building plugins that process files in a workflow pipeline | 25 |
gobblejs/gobble-es6-transpiler | Transpiles ES6 code to previous versions using gobble and es6-transpiler | 2 |
termi/es6-transpiler | Transpiles ES6 JavaScript syntax to ES5 syntax without runtime libraries or try/catch blocks | 216 |
broccolijs/broccoli-writer | Creates and manages a temporary output directory for writing plugin output | 4 |
foxbenjaminfox/babel-plugin-overload | An experimental plugin for overloading operators in JavaScript | 46 |
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript code during Vite build and serve phases | 53 |
davidjnelson/es6-boilerplate | A tool for transpiling ES6 features to run in older browsers and building a development workflow with source maps and concatenation. | 88 |
yzydeveloper/vite-plugin-babel-compiler | A plugin for Vite that uses Babel to compile TypeScript code and work around some experimental features not supported by Esbuild. | 24 |