Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ version
Function
version
lib/index.js:202–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
return
validateSchema;
201
},
202
get version() {
203
return
/** @
type
{string} */ (require(
"../package.json"
).version);
204
},
205
206
get cli() {
207
return
require(
"./cli"
);
Callers
1
getCacheVersion
Method · 0.85
Calls
1
require
Function · 0.50
Tested by
no test coverage detected