babel-plugin-transform-builtin-extend
Type extension plugin
Enables extending built-in JavaScript types like Error and Array by static analysis
A plugin for Babel 6 supports extending from builtin types based on static analysis.
148 stars
4 watching
19 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vijaysutrave/babel-plugin-react-import-extends | A Babel plugin to simplify React component development by automatically extending the React class and importing React within components. | 10 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
martinandert/babel-plugin-css-in-js | Converts JavaScript inline styles to class names and bundles them into a CSS file | 298 |
forbeslindesay/brackets-language-extensions | A collection of plugins that extend the functionality of CodeMirror editors for languages not supported by brackets | 4 |
milesj/babel-plugin-typescript-to-proptypes | Converts TypeScript interfaces and type aliases to React PropTypes | 367 |
owlsdepartment/vite-plugin-babel | Enables Babel transformation of JavaScript code during Vite build and serve phases | 53 |
roman01la/babel-plugin-react-hyperscript | Transforms HyperScript syntax into React.createElement without runtime overhead | 20 |
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 |
bookshelf/processor-plugin | Allows developers to define custom functions that transform values on model attributes | 4 |
brigand/babel-plugin-flow-react-proptypes | A plugin to automatically generate React PropTypes definitions from Flow type declarations. | 432 |
herberttn/vite-plugin-typescript-transform | Applies TypeScript compiler during Vite's build phase to support limited features not yet supported by esbuild. | 16 |
vuejs/babel-plugin-transform-vue-jsx | Transpiles Vue 2.0 JSX to JavaScript | 1,849 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
rung-tools/babel-plugin-holes | A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
hemanth/gulp-jstransform | Converts ES6 JavaScript to ES5. | 15 |