Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
if
(global.maybe)
2
module.exports = require(
'../is-object'
);
3
exports[
'invalid identifier'
] =
'yes'
;
4
module.exports[
'?invalid'
] =
'yes'
;
Callers
nothing calls this directly
Calls
2
require
Function · 0.70
defineProperty
Method · 0.45
Tested by
no test coverage detected