babel-plugin-closure-elimination
Closure eliminator
Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency.
A Babel plugin which eliminates closures from your JavaScript wherever possible.
367 stars
12 watching
15 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
codemix/babel-plugin-contracts | A Babel plugin that supports design by contract for JavaScript functions. | 267 |
codemix/babel-plugin-trace | A Babel plugin that allows selective logging of JavaScript code at build time | 63 |
haskellcamargo/babel-plugin-implicit-function | Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
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 |
eschaefer/babel-plugin-framer-x | A Babel plugin to remove Framer X code from React components. | 15 |
vihanb/babel-plugin-loop-optimizer | An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
megawac/babel-plugin-ramda | Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
ampproject/rollup-plugin-closure-compiler | An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
purely-functional/eslint-plugin-pure | Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |
hustcc/babel-plugin-optimize-i18n | Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
amerani/babel-plugin-localize | A plugin to modify static strings in JavaScript code to support localization | 10 |
babel/babel-brunch | A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 68 |