babel-plugin-implicit-function
Lazy evaluator
Enables lazy evaluation in JavaScript code by providing an alternative to the `always` function
Babel plugin to allow lazy expressions by implicit arrow functions via ~ operator
24 stars
3 watching
0 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
miraks/babel-plugin-implicit-return | Automatically adds return statements to functions where none exist | 25 |
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-closure-elimination | Eliminates unnecessary closures from JavaScript code to improve performance and memory efficiency. | 367 |
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 |
casualjavascript/haskell-in-es6 | A collection of native ES6 implementations of Haskell functions | 286 |
marcdirven/cpp-lazy | A C++ library for evaluating expressions on demand without allocating memory until their values are needed | 338 |
codemix/babel-plugin-macros | Babel plugin that enables non-syntactic macros in JavaScript for performance and readability optimization | 262 |
selimdoyranli/v-lazy-component | A Vue component that enables lazy loading of child components when they come into view | 61 |
gildesmarais/jekyll-loading-lazy | Automatically adds lazy loading to images and iframes in a Jekyll site without JavaScript. | 61 |
ember-cli/babel-plugin-feature-flags | Manages feature flags for enabling and disabling features in JavaScript code | 57 |
babel/gulp-babel | A Gulp plugin that enables Babel to transpile modern JavaScript code into compatible formats. | 1,321 |
babel/babelify | Transforms JavaScript code into compatible formats for use in web browsers | 1,681 |
babel/grunt-babel | Enables transpilation of modern JavaScript code to older formats for compatibility with older environments. | 437 |
ziolko/babel-plugin-auto-await | Automatically inserts await keyword before function calls in async functions to make the code appear synchronous | 27 |
megawac/babel-plugin-ramda | Removes unused Ramda dependencies from JavaScript code to simplify imports and reduce bundle size. | 311 |