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

GitHub

48 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
haskellcamargo/babel-plugin-function-composition A Babel plugin that enables function composition using the & operator to create more complex functions from simple ones. 63
codemix/babel-plugin-macros Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization 262
babel/gulp-babel A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. 1,321
amerani/babel-plugin-localize A plugin to modify static strings in JavaScript code to support localization 10
codemix/babel-plugin-closure-elimination Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. 367
codemix/babel-plugin-contracts A Babel plugin that supports design by contract for JavaScript functions. 267
haskellcamargo/babel-plugin-implicit-function Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function 24
istanbuljs/babel-plugin-istanbul A Babel plugin that adds instrumentation to JavaScript code to facilitate coverage analysis during testing 630
loganfsmyth/babel-plugin-transform-builtin-extend Enables extending built-in JavaScript types like Error and Array by static analysis 148
cameronhunter/rollup-plugin-pegjs An npm package that allows importing PEG.js grammars as parsers directly in code 7
vslinko/babel-plugin-react-require A Babel plugin that adds React import declaration to files containing JSX tags 159
babel/grunt-babel Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. 437
babel/babel-brunch A Brunch plugin for transforming modern JavaScript code into vanilla ES5 for compatibility with older browsers. 68
vihanb/babel-plugin-loop-optimizer An optimization plugin for Babel that replaces certain array methods with for loops 74
callwait/babel-plugin-react-hiccup Converts Hiccup syntax to JSX for React with Babel 16