MCPcopy Index your code
hub / github.com/vercel/hyper / constructor

Method constructor

bin/yarn-standalone.js:50517–50522  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

50515
50516class ResolutionMap {
50517 constructor(config) {
50518 this.resolutionsByPackage = (0, (_map || _load_map()).default)();
50519 this.config = config;
50520 this.reporter = config.reporter;
50521 this.delayQueue = new Set();
50522 }
50523
50524 init(resolutions = {}) {
50525 for (const globPattern in resolutions) {

Callers

nothing calls this directly

Calls 1

_load_mapFunction · 0.85

Tested by

no test coverage detected