babelify
Browser converter
Transforms JavaScript code into compatible formats for use in web browsers
Browserify transform for Babel
2k stars
36 watching
114 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
babel/babel | A tool that transpiles modern JavaScript code to earlier versions of the language | 43,251 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 68 |
babel/broccoli-babel-transpiler | A plugin that transpiles JavaScript code to newer versions using Babel | 57 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
thlorenz/es6ify | Transforms modern JavaScript code into older JavaScript syntax on the fly | 594 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,849 |
browserify/rustify | Transforms Rust code into WebAssembly for use in JavaScript environments | 494 |
gandm/language-babel | Tools and features for syntax highlighting and code analysis in JavaScript and related technologies | 476 |
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript code during Vite build and serve phases | 53 |
infernojs/babel-plugin-inferno | Transforms JSX to InfernoJS vNodes | 79 |
vslinko/babel-plugin-react-require | A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
kmagiera/babel-watch | Automatically reloads a Node.js application on changes to JavaScript source files | 529 |
xtuc/babel-plugin-transform-scala-lambda | A plugin that simplifies JavaScript code by allowing a more concise syntax inspired by Scala's lambda style | 54 |