Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

defs.js is a static scope analyzer and transpiler that converts ES6 block-scoped `const` and `let` variables to ES3-compatible `var` declarations, enabling modern JavaScript syntax in older environments. It's designed for developers who need to write ES6-compliant code but must support ES3 runtimes, such as older browsers or legacy Node.js versions, while also providing linting capabilities for scope analysis.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of olov/defs

Account's avatar
olov/alter
alters a string by replacing multiple range fragments in one fast pass
Account's avatar
olov/ast-traverse
simple but flexible AST traversal with pre and post visitors
Account's avatar
olov/breakable
Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.
Account's avatar
facebook/esprima
Facebook-specific fork of the esprima project
Account's avatar
olov/simple-fmt
maximally minimal string formatting library
Account's avatar
olov/simple-is
maximally minimal type-testing library
Account's avatar
olov/stringmap
fast and robust stringmap
Account's avatar
olov/stringset
fast and robust stringset
Account's avatar
olov/tryor
return fn() or default value (in case of exception)
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
kpdecker/jsdiff
A JavaScript text diff implementation.

Support the repos that depend on this repository

Top contributors

olov's profile
olov
187 contributions
benjamn's profile
benjamn
2 contributions
jrencz's profile
jrencz
2 contributions
roderickhsiao's profile
roderickhsiao
1 contributions
fengmk2's profile
fengmk2
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
olov

olov/defs

Static scope analysis and transpilation of ES6 block scoped const and let variables to ES3 vars

JavaScript
114
10
MIT License