Source code

Revision control

Copy as Markdown

Other Tools

const { f } = await import(
"./file_script_module_element_and_dynamic_imported_1.mjs"
);
import { g } from "./file_script_module_element_and_dynamic_imported_2.mjs";
import { h } from "./file_script_module_element_and_dynamic_imported_3.mjs";
f();
g();
h();
window.dispatchEvent(new Event("test_evaluated"));