MCPcopy
hub / github.com/webpack/webpack / mergeModuleScope

Method mergeModuleScope

test/harness/runner/index.js:354–356  ·  view source on GitHub ↗

* @param {EXPECTED_ANY} moduleScope module scope * @returns {EXPECTED_ANY} module scope

(moduleScope)

Source from the content-addressed store, hash-verified

352 * @returns {EXPECTED_ANY} module scope
353 */
354 mergeModuleScope(moduleScope) {
355 return Object.assign(this._moduleScope, moduleScope);
356 }
357
358 /**
359 * @param {string} currentDirectory current directory

Callers 4

onCompiledFunction · 0.80
onCompiledFunction · 0.80
describeCasesFunction · 0.80
describeCasesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected