also show scheme code in web playground
This commit is contained in:
1
playground/src/newt.d.ts
vendored
1
playground/src/newt.d.ts
vendored
@@ -5,3 +5,4 @@ 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;
|
||||
export function LSP_compileToScheme(name: string): string;
|
||||
|
||||
Reference in New Issue
Block a user