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 751 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_COMPLETION_OPTIONS = void 0; /** * These definitions are not currently available in the generated Liquid Docs * so we're hardcoding them here in the interim. */ exports.DEFAULT_COMPLETION_OPTIONS = { type: "The type (name) of an existing theme block in your theme’s /blocks folder. Only applicable when `content_type` is 'block'.", id: "A unique identifier and literal string within the section or block that contains the static blocks. Only applicable when `content_type` is 'block'.", closest: 'A path that provides a way to access the closest resource of a given type.', }; //# sourceMappingURL=contentForParameterCompletionOptions.js.map