jest-environment-node
Advanced tools
Comparing version
@@ -43,2 +43,12 @@ 'use strict'; | ||
function _semver() { | ||
const data = require('semver'); | ||
_semver = function () { | ||
return data; | ||
}; | ||
return data; | ||
} | ||
function _defineProperty(obj, key, value) { | ||
@@ -164,4 +174,10 @@ if (key in obj) { | ||
} | ||
} // node 10 had a bug in `vm.compileFunction` that was fixed in https://github.com/nodejs/node/pull/23206. | ||
// Let's just pretend the env doesn't support the function. | ||
// Make sure engine requirement is high enough when we drop node 8 so we can remove this condition | ||
if ((0, _semver().lt)(process.version, '10.14.2')) { | ||
delete NodeEnvironment.prototype.getVmContext; | ||
} | ||
module.exports = NodeEnvironment; |
{ | ||
"name": "jest-environment-node", | ||
"version": "25.2.1", | ||
"version": "25.2.2", | ||
"repository": { | ||
@@ -24,4 +24,8 @@ "type": "git", | ||
"jest-mock": "^25.2.1", | ||
"jest-util": "^25.2.1" | ||
"jest-util": "^25.2.1", | ||
"semver": "^6.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/semver": "^6.2.1" | ||
}, | ||
"engines": { | ||
@@ -33,3 +37,3 @@ "node": ">= 8.3" | ||
}, | ||
"gitHead": "a679390828b6c30aeaa547d8c4dc9aed6531e357" | ||
"gitHead": "96aaf892bb90ac5054b6e57a7661c35ff9ab6873" | ||
} |
Sorry, the diff of this file is not supported yet
9206
6.66%202
6.32%6
20%1
Infinity%+ Added