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

**require‑esm‑deasync** is a small Node.js utility that lets you `require()` ES 6 modules synchronously in a CommonJS script by catching the “ERR_REQUIRE_ESM” error, performing a dynamic `import()`, and blocking the thread with the `deasync` library. It’s intended for developers—especially those writing simple test files—who need a quick workaround for ES‑module dependencies during development, and it is explicitly not recommended for production use.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of danieljdufour/require-esm-deasync

Account's avatar
abbr/deasync
Turns async function into sync via JavaScript wrapper of Node event loop
Account's avatar
DanielJDufour/flug
Flug: The Test Runner with the Shortest Time to Takeoff

Support the repos that depend on this repository

Top contributors

DanielJDufour's profile
DanielJDufour
5 contributions

Recent events

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

No events yet
danieljdufour

danieljdufour/require-esm-deasync

Synchronously Require ES6 Modules in NodeJS. Don't use in Production. A workaround for "Error [ERR_REQUIRE_ESM]: require() of ES Module not supported."

JavaScript
1
0
Creative Commons Zero v1.0 Universal