MCPcopy
hub / github.com/nodejs/node / exports-cases.js

File exports-cases.js

test/fixtures/es-modules/exports-cases.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1if (global.maybe)
2 module.exports = require('../is-object');
3exports['invalid identifier'] = 'yes';
4module.exports['?invalid'] = 'yes';

Callers

nothing calls this directly

Calls 2

requireFunction · 0.70
definePropertyMethod · 0.45

Tested by

no test coverage detected