sslab-gatech / DIE

Fuzzing JavaScript Engines with Aspect-preserving Mutation
MIT License
220 stars 39 forks source link

error compiling type.ts #9

Closed adrian-rt closed 4 years ago

adrian-rt commented 4 years ago

I tried to debug #7 and I thought maybe if I do a git pull (I was already up to date) and recompile would fix my issues.

When I tried to recompile I got this error:

$ ./compile.sh ~/Downloads/DIE/fuzz/TS ~/Downloads/DIE npm WARN esfuzz@0.0.0 No repository field. npm WARN esfuzz@0.0.0 No license field. npm WARN The package vm2 is included as both a dev and production dependency.

audited 129 packages in 0.714s

1 package is looking for funding run npm fund for details

found 0 vulnerabilities

base/engine/type.ts:39:24 - error TS1005: ';' expected.

39 return this.44(step, type);