editorcontextDummy
filip mertens 3 years ago
parent 5bdf61c5cc
commit 20ab100b54
  1. 3
      libs/remix-core-plugin/src/lib/editor-context-listener.ts
  2. 2
      package.json

@ -74,6 +74,9 @@ export class EditorContextListener extends Plugin {
console.log('compiler loaded')
await this.compile()
await this.getAST()
const a = 'function (){a=4; c.getBook().run.}'
const ast = (SolidityParser as any).parse(a, { loc: true, range: true, tolerant: true })
console.log('BAD AST', ast)
})
})

@ -323,7 +323,7 @@
"ts-jest": "^27.0.5",
"ts-node": "^7.0.1",
"tslint": "~6.0.0",
"typescript": "^4.7.2",
"typescript": "^4.4.3",
"uglify-js": "^2.8.16",
"vm-browserify": "0.0.4",
"watchify": "^3.9.0",

Loading…
Cancel
Save