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 euclidyr/ts-migrate-extra

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for eslint
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jscodeshift
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for react
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for yargs
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
airbnb/javascript
Airbnb's ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for accessibility rules on JSX elements.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
facebook/react
ESLint rules for React Hooks
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lerna/lerna
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
airbnb/ts-migrate
Set of codemods, which are doing transformation of js/jsx to ts/tsx
Account's avatar
airbnb/ts-migrate
A package that contains the main migration runner and spawns a TSServer process
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

NonthakitS's profile
NonthakitS
27 contributions
euclidyr's profile
euclidyr
8 contributions

Recent events

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

No events yet
euclidyr

euclidyr/ts-migrate-extra

ts-migrate with additional features(importing,exporting, and static functions modifications)

TypeScript
0
0
MIT License

ts‑migrate‑extra is a wrapper around Airbnb’s **ts‑migrate** tool that adds extra migration capabilities such as automatic handling of imports/exports and static‑method rewrites. It’s aimed at Node/JavaScript projects that want to bootstrap a move to TypeScript quickly, providing a CLI (`npx ts-migrate-extra-full`) and configuration tips for developers to convert existing codebases with minimal manual setup.