xref
: /
third_party
/
node
/
test
/
fixtures
/
es-modules
/
json-cache
/
mod.cjs
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/es-modules/json-cache/
1
const test = require('./
test.json
');
2
3
module.exports
= {
4
...test
5
};
6
7
test.one
= 'zalgo';
8