Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ D
Function
D
lib/config/defaults.js:235–239 ·
view source on GitHub ↗
(obj, prop, value)
Source
from the content-addressed store, hash-verified
233
* @returns {void}
234
*/
235
const
D = (obj, prop, value) => {
236
if
(obj[prop] === undefined) {
237
obj[prop] = value;
238
}
239
};
240
241
/**
242
* Processes the provided obj.
Callers
13
applyWebpackOptionsDefaults
Function · 0.70
applyExperimentsDefaults
Function · 0.70
applyCacheDefaults
Function · 0.70
applyJavascriptParserOptionsDefaults
Function · 0.70
applyJsonGeneratorOptionsDefaults
Function · 0.70
applyCssGeneratorOptionsDefaults
Function · 0.70
applyModuleDefaults
Function · 0.70
applyOutputDefaults
Function · 0.70
applyExternalsPresetsDefaults
Function · 0.70
applyLoaderDefaults
Function · 0.70
applyPerformanceDefaults
Function · 0.70
applyOptimizationDefaults
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected