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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of adf0001/static-import-to-require

Account's avatar
substack/node-falafel
transform the ast on a recursive walk

Support the repos that depend on this repository

Top contributors

adf0001's profile
adf0001
13 contributions

Recent events

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

No events yet
adf0001

adf0001/static-import-to-require

transfer static import statement to require statement

JavaScript
0
0
No license

static‑import‑to‑require is an NPM utility that parses ECMAScript modules and rewrites static `import … from …` statements into CommonJS‑style `require` calls, preserving comments, handling default, namespace and named imports, and leaving dynamic `import()` untouched. It’s aimed at developers who need to convert ES‑module code to Node‑compatible CommonJS syntax—e.g., build tools, migration scripts, or legacy projects.