summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_dynamic_and_static_imported_2.mjs
blob: e00553b7e466c0fc435e074ccdf1e7f19f4355f7 (plain)
1
2
3
4
5
import { f } from "./file_script_module_dynamic_and_static_imported_1.mjs";

f();

export function g() {}