export-something.js (91B)
1 log.push("export-something"); 2 export let foo = 42; 3 export function set_foo(x) { foo = x };