0cec56a409
After total liveedit rewrite, liveedit works with module, we can remove the guard. R=dgozman@chromium.org Bug: chromium:806261 Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ide15eca2ab6d8ba7df4e7fae541c4a65794eeea8 Reviewed-on: https://chromium-review.googlesource.com/1238914 Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#56151}
18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
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
|
|
}
|