Home
last modified time | relevance | path

Searched refs:nodeVersion (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/is-core-module/
Dindex.js41 function versionIncluded(nodeVersion, specifierValue) { argument
46 var current = typeof nodeVersion === 'undefined'
48 : nodeVersion;
51 …throw new TypeError(typeof nodeVersion === 'undefined' ? 'Unable to determine current node version…
67 module.exports = function isCore(x, nodeVersion) { argument
68 return has(data, x) && versionIncluded(nodeVersion, data[x]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
DUpdateNodePoolRequest.php56 public $nodeVersion; variable in Google\\Service\\Container\\UpdateNodePoolRequest
217 public function setNodeVersion($nodeVersion) argument
219 $this->nodeVersion = $nodeVersion;
226 return $this->nodeVersion;
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dindex.js20 const nodeVersion = (_b = (_a = process === null || process === void 0 ? void 0 : process.versions)… constant
21 if (nodeVersion) {
22 const major = Number(nodeVersion.match(/^([^.]+)/)[1]);
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs1011 const nodeVersion = (_b = (_a = process === null || process === void 0 ? void 0 : process.versions)…
1012 if (nodeVersion) {
1013 const major = Number(nodeVersion.match(/^([^.]+)/)[1]);