astro-ghostcms/.pnpm-store/v3/files/b2/252ac11a6ddfbf0076df46b4713...

12 lines
467 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.transform = void 0;
const common_1 = require("../utils/common");
const selectionRange_1 = require("./selectionRange");
function transform(locations, getOtherRange) {
return locations
.map(location => (0, selectionRange_1.transform)(location, getOtherRange))
.filter(common_1.notEmpty);
}
exports.transform = transform;
//# sourceMappingURL=selectionRanges.js.map