DEBSOURCES
Skip Quicknav
sources / node-rollup / 3.29.5-1 / test / function / samples / reassign-namespace / foo.js
12345678910
const flags = {}; function test() { if (!flags.x) { throw new Error('Flag "x" not set'); } assert.ok(flags.x); } export { flags, test };