nestdotland/analyzer

Runtime code analysis

Closed this issue · 0 comments

The static code analysis is not able to detect runtime behaviour, eg: let a = Deno["run"]; a({ cmd: "shutdown" })
therefore we need a runtime code analyzer using Iroh.js.