playground build issues
This commit is contained in:
7
playground/src/newt.d.ts
vendored
Normal file
7
playground/src/newt.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Diagnostic, HoverResult, CodeAction } from './ipc'
|
||||
|
||||
export function LSP_updateFile(name: string, content: string): any;
|
||||
export function LSP_checkFile(name: string): Diagnostic[];
|
||||
export function LSP_hoverInfo(name: string, row: number, col: number): HoverResult | boolean | null;
|
||||
export function LSP_codeActionInfo(name: string, row: number, col: number): CodeAction[] | null;
|
||||
export function LSP_compileJS(name: string): string;
|
||||
Reference in New Issue
Block a user