2018-12-04 08:20:37 +01:00
|
|
|
Checks liveedit with ES6 modules.
|
|
|
|
console.log message from function before patching:
|
|
|
|
{
|
|
|
|
type : string
|
|
|
|
value : module1
|
|
|
|
}
|
|
|
|
Debugger.setScriptSource result:
|
|
|
|
{
|
2022-09-21 13:28:42 +02:00
|
|
|
status : Ok
|
2018-12-04 08:20:37 +01:00
|
|
|
}
|
|
|
|
console.log message from function after patching:
|
|
|
|
{
|
|
|
|
type : string
|
|
|
|
value : patched module1
|
|
|
|
}
|