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

5 lines
40 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
const config = 10;
export {
config
};