1// This file can be run or imported only if `--experimental-default-type=module` is set. 2export default 'module'; 3console.log('executed'); 4