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 peterjwest/convert-extension

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
peterjwest/multiline-ts
Readable multiline template strings
Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for @babel/core
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for sinon
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
peterjwest/sinon-assert-stub
Nice assertions for sinon stubs
Account's avatar
peterjwest/sinon-mocha-test
Automatic Sinon sandbox for Mocha tests
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
buzinas/tslint-eslint-rules
Improve your TSLint with the missing ESLint Rules
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
microsoft/typescript-tslint-plugin
TypeScript tslint language service plugin

Support the repos that depend on this repository

Top contributors

peterjwest's profile
peterjwest
20 contributions

Recent events

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

No events yet
peterjwest

peterjwest/convert-extension

Convert JS source file extensions and imports

TypeScript
4
2
MIT License

convert‑extension is a small CLI/library that rewrites JavaScript files and their relative import statements to use a different file extension (e.g., converting `.js` files and imports to `.mjs` or `.cjs`). It’s aimed at developers who need to post‑process TypeScript or other build outputs for Node ES‑module compatibility, but the tool has been archived because modern bundlers now handle this automatically.