Files
Kmake/test/fixtures/es-modules/json-cache/another.cjs

8 lines
94 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
const test = require('./test.json');
module.exports = {
...test
};
test.one = 'it comes';