We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74eda4 commit e8fa0bfCopy full SHA for e8fa0bf
wrapper.ts
@@ -397,8 +397,10 @@ function setupMethods (soljson) {
397
importCallback: compileJSONCallback !== null || compileStandard !== null,
398
nativeStandardJSON: compileStandard !== null
399
},
400
- lspStart: lspStart,
401
- lspSendReceive: lspSendReceive,
+ lsp: {
+ start: lspStart,
402
+ sendReceive: lspSendReceive
403
+ },
404
compile: compileStandardWrapper,
405
// Loads the compiler of the given version from the github repository
406
// instead of from the local filesystem.
0 commit comments