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