MCPcopy Create free account
hub / github.com/SAP/ui5-builder / addDependency

Method addDependency

lib/lbt/resources/ModuleInfo.js:129–131  ·  view source on GitHub ↗
(dependency, conditional)

Source from the content-addressed store, hash-verified

127 }
128
129 addDependency(dependency, conditional) {
130 this._addDependency(dependency, conditional ? CONDITIONAL : STRICT);
131 }
132
133 setFormat(detectedFormat) {
134 if ( this.format == null ||

Callers 15

determineDependencyInfoFunction · 0.95
createModuleInfoMethod · 0.95
findResourceWithInfoFunction · 0.95
getModuleInfoFunction · 0.95
getModuleInfoFunction · 0.95
getModuleInfoFunction · 0.95
recursePageMethod · 0.80
_analyzeManifestMethod · 0.80
analyzeMethod · 0.80
onJQuerySapRequireMethod · 0.80
onSapUiRequireSyncMethod · 0.80

Calls 1

_addDependencyMethod · 0.95

Tested by

no test coverage detected