UNPKG

plaxtony

Version:

Static code analysis of SC2 Galaxy Script

4 lines (3 loc) 249 B
import * as lsp from 'vscode-languageserver'; import * as gt from './types'; export declare function createFileDiagnostic(file: gt.SourceFile, start: number, length: number, message: gt.DiagnosticMessage, tags?: lsp.DiagnosticTag[]): gt.Diagnostic;