UNPKG

@microsoft/compose-language-service

Version:
14 lines 695 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 = yamlRangeToLspRange; function yamlRangeToLspRange(document, yamlRange) { return { start: document.positionAt(yamlRange[0]), end: document.positionAt(yamlRange[1]), }; } //# sourceMappingURL=yamlRangeToLspRange.js.map