Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ getNodeVersion
Function
getNodeVersion
test/harness/runner/RunnerHelpers.js:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
* @returns {number[]} version arr
58
*/
59
const
getNodeVersion = () => process.versions.node.split(
"."
).map(Number);
60
61
const
ESModuleStatus = Object.freeze({
62
Unlinked:
"unlinked"
,
Callers
2
index.js
File · 0.85
asModule.js
File · 0.85
Calls
1
split
Method · 0.80
Tested by
no test coverage detected