Files
Kmake/test/fixtures/es-modules/es-note-unexpected-export-1.cjs

3 lines
44 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
const example = 10;
export default example;