Files
Kmake/test/fixtures/es-modules/reference-error.mjs

4 lines
122 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
// Reference errors are not thrown until reference happens.
console.log('executed');
module.exports = { hello: 'world' };