* Get the project's framework dependencies configuration * * @public * @returns {@ui5/project/specifications/Project~FrameworkDependency[]} Framework dependencies configuration
()
| 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 |
no outgoing calls
no test coverage detected