reset files

editorcontextDummy
filip mertens 2 years ago
parent 2898da6470
commit a366d3cf22
  1. 1
      apps/remix-ide/src/app/components/hidden-panel.tsx
  2. 1
      apps/remix-ide/src/app/panels/file-panel.js
  3. 1
      libs/remix-analyzer/src/solidity-analyzer/modules/abstractAstView.ts
  4. 15
      libs/remix-core-plugin/tsconfig.json
  5. 1
      libs/remix-debug/src/index.ts

@ -5,7 +5,6 @@ import * as packageJson from '../../../../../package.json'
import { RemixPluginPanel } from '@remix-ui/panel'
import { PluginViewWrapper } from '@remix-ui/helper'
const profile = {
name: 'hiddenPanel',
displayName: 'Hidden Panel',

@ -85,7 +85,6 @@ module.exports = class Filepanel extends ViewPlugin {
})
}
getCurrentWorkspace () {
return this.currentWorkspaceMetadata
}

@ -9,7 +9,6 @@ import {
FunctionHLAst, ReportObj, ReportFunction, VisitFunction, ModifierHLAst, CompilationResult
} from '../../types'
type WrapFunction = ((contracts: ContractHLAst[], isSameName: boolean, version: string) => ReportObj[])
export default class abstractAstView {

@ -1,9 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react",
"types": ["node"],
"esModuleInterop": true
},
"include": ["**/*.ts", "src/lib/code-parser.tsx"]
}
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}

@ -10,7 +10,6 @@ import { BreakpointManager } from './code/breakpointManager'
import * as sourceMappingDecoder from './source/sourceMappingDecoder'
import * as traceHelper from './trace/traceHelper'
/*
Use of breakPointManager :

Loading…
Cancel
Save