Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP/ui5-builder
/ getConditionalDependencies
Function
getConditionalDependencies
test/lib/lbt/analyzer/JSModuleAnalyzer.js:67–69 ·
view source on GitHub ↗
(info)
Source
from the content-addressed store, hash-verified
65
}
66
67
function
getConditionalDependencies(info) {
68
return
info.dependencies.filter((dep) => info.isConditionalDependency(dep));
69
}
70
71
async
function
analyzeModule(
72
t,
Callers
1
analyzeModule
Function · 0.85
Calls
1
isConditionalDependency
Method · 0.80
Tested by
no test coverage detected