MCPcopy Create free account
hub / github.com/SAP/ui5-project / getFrameworkDependencies

Method getFrameworkDependencies

lib/specifications/Project.js:128–130  ·  view source on GitHub ↗

* Get the project's framework dependencies configuration * * @public * @returns {@ui5/project/specifications/Project~FrameworkDependency[]} Framework dependencies configuration

()

Source from the content-addressed store, hash-verified

126 * @returns {@ui5/project/specifications/Project~FrameworkDependency[]} Framework dependencies configuration
127 */
128 getFrameworkDependencies() {
129 return this._config.framework?.libraries || [];
130 }
131
132 /**
133 * Get the project's deprecated configuration

Callers 6

_addProjectToGraphMethod · 0.80
ui5Framework.jsFile · 0.80
Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected