export let x = 0, y = 0; export function setX(newX) { x = newX; }; export default true; let z = someGlobal; export let w; w = "w";