0430380de1
See the fixed issue for the context. This pulls in a vendored copy of Node that includes the described patch. Fixes #8358 Test Plan: Built Electron and verified it loaded the sample app correctly and that the module wrapper is the new one by viewing Node's source code in the Blink Inspector. Added specs and tested with `npm test -- --grep "global variables"`
2 lines
56 B
JavaScript
2 lines
56 B
JavaScript
const global = {__global: true}
|
|
module.exports = global
|