summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/import-something-namespace.js
blob: 32d90287d77203d367ee51a510f9166597d52954 (plain)
1
2
3
4
5
log.push("import-something-namespace");
log.push(m.foo);
m.set_foo(43);
log.push(m.foo);
import * as m from "./export-something.js";