summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_dynamic_and_element_imported_1.js
blob: 0be3913c65ac3a6bd8f548355a9d76b577f01b45 (plain)
1
2
3
4
5
6
import { g } from "./file_script_module_dynamic_and_element_imported_2.js";
import { h } from "./file_script_module_dynamic_and_element_imported_3.js";
g();
h();

export function f() {}