Commit 5124fb7f authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

fix usage of solidity logic

parent 05108478
......@@ -23,6 +23,5 @@ export interface ICompilerApi {
writeFile: (file: string, content: string) => Promise<void>
readFile: (file: string) => Promise<string>
open: (file: string) => void
addExternalFile: (file: string, content: string) => void
onCurrentFileChanged: (listener: onCurrentFileChanged) => void
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment