(config)
| 50515 | |
| 50516 | class 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) { |
nothing calls this directly
no test coverage detected