You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rfcs/0009-ui5-project-refactoring.md
+36-1Lines changed: 36 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,34 +89,48 @@ A rooted, directed graph representing a UI5 project, its dependencies and availa
89
89
To be discussed: Should `ProjectGraph` have a `graphVersion`? Potentially equal to the version of ui5-project? This would allow ui5-builder and ui5-server to ensure compatibility with the provided `ProjectGraph` instance.
90
90
91
91
```js
92
-
/**
92
+
/**
93
93
* @public
94
94
* @param{object}parameters Parameters
95
95
* @param{string}parameters.rootProjectName Root project name
0 commit comments