"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ResolutionContext { constructor() { this.scopedResolutions = new Map(); } } exports.default = ResolutionContext;