UNPKG

@microsoft/compose-language-service

Version:
15 lines 733 B
"use strict"; /*!-------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.yamlRangeToLspRange = void 0; function yamlRangeToLspRange(document, yamlRange) { return { start: document.positionAt(yamlRange[0]), end: document.positionAt(yamlRange[1]), }; } exports.yamlRangeToLspRange = yamlRangeToLspRange; //# sourceMappingURL=yamlRangeToLspRange.js.map