"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DIRECT_DEP_SELECTOR_WEIGHT = void 0; // This weight is set for selectors that are used on direct dependencies. // It is important to give a bigger weight to direct dependencies. exports.DIRECT_DEP_SELECTOR_WEIGHT = 1000; //# sourceMappingURL=index.js.map