babel-plugin-holes
Function composer
A Babel plugin that adds expressive power to JavaScript by providing a system of holes for functional programming and function composition.
Consistent Scala-like holes to increase code expressivity
48 stars
2 watching
0 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones. | 63 |
| Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
| A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,320 |
| A plugin to modify static strings in JavaScript code to support localization | 10 |
| Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. | 367 |
| A Babel plugin that supports design by contract for JavaScript functions. | 267 |
| Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function | 24 |
| A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing | 631 |
| Enables extending built-in JavaScript types like Error and Array by static analysis | 148 |
| An npm package that allows importing PEG.js grammars as parsers directly in code | 7 |
| A Babel plugin that adds React import declaration to files containing JSX tags | 159 |
| Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
| A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. | 69 |
| An optimization plugin for Babel that replaces certain array methods with for loops | 74 |
| Converts Hiccup syntax to JSX for React with Babel | 16 |