es6-module-liveedit-expected.txt 314 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Checks liveedit with ES6 modules.
console.log message from function before patching:
{
    type : string
    value : module1
}
Debugger.setScriptSource result:
{
    callFrames : [
    ]
    stackChanged : false
}
console.log message from function after patching:
{
    type : string
    value : patched module1
}