remove uneeded

pull/5370/head
yann300 2 years ago committed by Aniket
parent 918492f4b2
commit 9b35c22159
  1. 2
      apps/debugger/src/app/debugger.ts
  2. 2
      libs/remix-ui/debugger-ui/src/lib/idebugger-api.ts

@ -12,8 +12,6 @@ export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) {
} }
offsetToLineColumnConverter: IDebuggerApi['offsetToLineColumnConverter'] offsetToLineColumnConverter: IDebuggerApi['offsetToLineColumnConverter']
debugHash: string
debugHashRequest: number
removeHighlights: boolean removeHighlights: boolean
onBreakpointCleared: (listener: onBreakpointClearedListener) => void onBreakpointCleared: (listener: onBreakpointClearedListener) => void
onBreakpointAdded: (listener: onBreakpointAddedListener) => void onBreakpointAdded: (listener: onBreakpointAddedListener) => void

@ -46,8 +46,6 @@ export type onEnvChangedListener = (provider: string) => void
export interface IDebuggerApi { export interface IDebuggerApi {
offsetToLineColumnConverter: { offsetToLineColumn: (sourceLocation: RawLocation, file: number, contents: Sources, asts: Asts) => Promise<LineColumnLocation> } offsetToLineColumnConverter: { offsetToLineColumn: (sourceLocation: RawLocation, file: number, contents: Sources, asts: Asts) => Promise<LineColumnLocation> }
debugHash: string
debugHashRequest: number
removeHighlights: boolean removeHighlights: boolean
onRemoveHighlights: (listener: VoidFunction) => void onRemoveHighlights: (listener: VoidFunction) => void
onDebugRequested: (listener: onDebugRequested) => void onDebugRequested: (listener: onDebugRequested) => void

Loading…
Cancel
Save