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

constantinople is a small Node library that statically analyses a JavaScript expression (via the Babylon/Acorn parser) and reports whether it can be resolved to a compile‑time constant. It exposes `isConstant` to test an expression and `toConstant` to evaluate it, optionally accepting a whitelist of known constant values, making it useful for build tools, templating engines, or any code‑generation pipeline that needs safe constant folding.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of forbeslindesay/constantinople

Account's avatar
babel/babel
A JavaScript parser
Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

ForbesLindesay's profile
ForbesLindesay
22 contributions
TimothyGu's profile
TimothyGu
2 contributions
jeromew's profile
jeromew
2 contributions
zackschuster's profile
zackschuster
1 contributions

Recent events

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

No events yet
forbeslindesay

forbeslindesay/constantinople

Determine whether a JavaScript expression evaluates to a constant (using Acorn)

TypeScript
21
5
MIT License