mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8737683ba0
handle exports. as an alternative to module.exports PR-URL: https://github.com/nodejs/node/pull/22706 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
7 lines
144 B
JSON
7 lines
144 B
JSON
{
|
|
"exports.Buffer": "exports.js#L5",
|
|
"exports.fn1": "exports.js#L8",
|
|
"exports.fn2": "exports.js#L10",
|
|
"exports.fn3": "exports.js#L12"
|
|
}
|