MCPcopy 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
67function getConditionalDependencies(info) {
68 return info.dependencies.filter((dep) => info.isConditionalDependency(dep));
69}
70
71async function analyzeModule(
72 t,

Callers 1

analyzeModuleFunction · 0.85

Calls 1

Tested by

no test coverage detected