A minimal example: ```typescript console.log(someMadeUpGlobal) export default { fetch: async (re
A minimal example:
gives "ReferenceError: default is not defined" rather than "ReferenceError: someMadeUpGlobal" is not defined.
gives "ReferenceError: default is not defined" rather than "ReferenceError: someMadeUpGlobal" is not defined.
