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: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
| A Babel plugin that supports design by contract for JavaScript functions. | 267 |
| A Babel plugin that allows selective logging of JavaScript code at build time | 63 |
| Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
| A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition. | 48 |
| A Babel plugin to remove Framer X code from React components. | 15 |
| An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
| Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |
| A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| An optimization plugin for Rollup that leverages Closure Compiler to minify and optimize JavaScript files. | 292 |
| Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
| Enforces purely functional programming practices in JavaScript code by disallowing certain constructs and enforcing best practices. | 29 |
| Optimizes internationalization text files by reducing bundle size through code substitution | 14 |
| A plugin to modify static strings in JavaScript code to support localization | 10 |
| A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |