* @param {EXPECTED_ANY} moduleScope module scope * @returns {EXPECTED_ANY} module scope
(moduleScope)
| 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 |
no outgoing calls
no test coverage detected