export const foo = 'bar'; function myFunc() { throw 'foobar'; } myFunc();