summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/debugger/set-script-source-es-module-expected.txt
blob: 152643a9c59ea65ed8817b47007ecc1af4469b5a (plain)
1
2
3
4
5
6
7
8
9
Test that live editing the top-level function of an ES module does not work [crbug.com/1413447]
Uncommenting the import line should fail:
{
    status : BlockedByTopLevelEsModuleChange
}
Uncommenting the console.log line should work:
{
    status : Ok
}