awto/effectfuljs

corejs integration

awto opened this issue · 0 comments

awto commented

The debugger requires everything including runtime to be instrumented. The current version has a few runtime functions implemented but the number is incomplete and its correctness isn't verified.

This is a big task to write from scratch but there is an open-source library - corejs. It can be instrumented (in blackbox mode) and loaded into the process, monkey-patching all the default implementations.