|
|
|
@ -10,11 +10,8 @@ export interface CompilerContainerProps { |
|
|
|
|
api: ICompilerApi, |
|
|
|
|
compileTabLogic: CompileTabLogic, |
|
|
|
|
isHardhatProject: boolean, |
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
isTruffleProject: boolean, |
|
|
|
|
======= |
|
|
|
|
workspaceName: string, |
|
|
|
|
>>>>>>> bc1405382... new file on workspace change. |
|
|
|
|
tooltip: (message: string | JSX.Element) => void, |
|
|
|
|
modal: (title: string, message: string | JSX.Element, okLabel: string, okFn: () => void, cancelLabel?: string, cancelFn?: () => void) => void, |
|
|
|
|
compiledFileName: string, |
|
|
|
|