UNPKG

@shopify/theme-language-server-common

Version:

<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>

13 lines 565 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseExecuteCommandProvider = void 0; class BaseExecuteCommandProvider { constructor(documentManager, diagnosticsManager, clientCapabilities, connection) { this.documentManager = documentManager; this.diagnosticsManager = diagnosticsManager; this.clientCapabilities = clientCapabilities; this.connection = connection; } } exports.BaseExecuteCommandProvider = BaseExecuteCommandProvider; //# sourceMappingURL=BaseExecuteCommandProvider.js.map