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.

GitHub

367 stars
12 watching
15 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
codemix/babel-plugin-macrosBabel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization262
codemix/babel-plugin-contractsA Babel plugin that supports design by contract for JavaScript functions.267
codemix/babel-plugin-traceA Babel plugin that allows selective logging of JavaScript code at build time63
haskellcamargo/babel-plugin-implicit-functionEnables lazy evaluation in JavaScript code by providing an alternative to the `always` function24
rung-tools/babel-plugin-holesA 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-xA Babel plugin to remove Framer X code from React components.15
vihanb/babel-plugin-loop-optimizerAn optimization plugin for Babel that replaces certain array methods with for loops74
megawac/babel-plugin-ramdaRemoves unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size.311
babel/gulp-babelA Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats.1,320
ampproject/rollup-plugin-closure-compilerAn optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files.292
slav123/codeigniter-minifyCompresses CSS and JavaScript files on the fly using Google Closure compiler226
purely-functional/eslint-plugin-pureEnforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices.29
hustcc/babel-plugin-optimize-i18nOptimizes internationalization text files by reducing bundle size through code substitution14
amerani/babel-plugin-localizeA plugin to modify static strings in JavaScript code to support localization10
babel/babel-brunchA Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers.69