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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
vinsonchuong's profile
vinsonchuong
12 contributions
vinsonchuong

vinsonchuong/babel-plugin-package-n...

Import files from the current package by name

JavaScript
0
0
MIT License

Support the dependencies of vinsonchuong/babel-plugin-package-name-import

Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
tleunen/babel-plugin-module-resolver
Module resolver plugin for Babel
Account's avatar
vinsonchuong/build-esm
Compile an ES Module for release on npm
Account's avatar
dmnd/dedent
A string tag that strips indentation from multi-line strings. ⬅️
Account's avatar
vinsonchuong/standard-esnext
JavaScript Standard Style for ES.Next

A tiny Babel plugin that lets you import modules from the package you’re currently developing using the package’s name (e.g., `import project from 'project'`) instead of relative paths. It’s aimed at JavaScript/Flow projects that want cleaner intra‑package imports and works alongside tools like eslint‑plugin‑import and Flow by providing matching resolver configurations.