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>

5 lines (4 loc) 267 B
import { Diagnostic } from 'vscode-languageserver'; import { Offense, Severity } from '@shopify/theme-check-common'; export declare function offenseToDiagnostic(offense: Offense): Diagnostic; export declare function offenseSeverity(diagnostic: Diagnostic): Severity;