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 glimmerjs/resolution-map-builder

Account's avatar
broccolijs/broccoli-plugin
Base class for all Broccoli plugins
Account's avatar
stefanpenner/silent-error
stackless unless otherwise requested error
Account's avatar
joliss/node-walk-sync
Get an array of recursive directory contents
Account's avatar
broccolijs/broccoli-test-helper
Test helpers for BroccoliPlugins that make testing build and rebuild behavior dead simple and expect diff friendly.
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
BadgeLabs/mocha-eslint
run ESLint as mocha tests

Support the repos that depend on this repository

Top contributors

dgeb's profile
dgeb
28 contributions
rwjblue's profile
rwjblue
13 contributions
tomdale's profile
tomdale
8 contributions
pittst3r's profile
pittst3r
3 contributions
chadhietala's profile
chadhietala
1 contributions
josemarluedke's profile
josemarluedke
1 contributions
MarioLiebisch's profile
MarioLiebisch
1 contributions

Recent events

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

No events yet
glimmerjs

glimmerjs/resolution-map-builder

JavaScript
4
7
MIT License

The **resolution‑map‑builder** package creates the “resolution map” that Glimmer’s resolver uses to locate an app’s modules (components, templates, helpers, etc.) at runtime. It provides low‑level utilities and a Broccoli plugin that scan a project’s source tree, generate JavaScript (and optional TypeScript typings) that import each module and export an object keyed by Glimmer specifiers, enabling fast module lookup—primarily for Glimmer application developers (the builder is normally wired into the `@glimmer/application-pipeline`).