/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/v8/test/inspector/debugger/set-script-source-es-module-expected.txt
9 строк
254 B
Michaël Zasso
deps: update V8 to 11.3.244.4
31 мар 2023, 17:15
31 мар 2023, 17:15
f226350
Код
Авторство
О чём код?
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 }