@moonbit/moonpad
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,9 +0,6 @@ | ||
declare type CompileReport = { | ||
severity: 'Error' | 'Warning'; | ||
message: string; | ||
}; | ||
import * as LSP from 'vscode-languageserver-protocol'; | ||
declare type CompileResult = { | ||
output: Uint8Array | null; | ||
reports: CompileReport[]; | ||
reports: [string, LSP.Diagnostic][]; | ||
timeCost: number; | ||
@@ -10,0 +7,0 @@ }; |
{ | ||
"name": "@moonbit/moonpad", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
10762371
63317