Skip to content

Commit 6231299

Browse files
committed
Add flat resource access to requirements list
1 parent 63a07e2 commit 6231299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rfcs/0009-ui5-project-refactoring.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
+ [x] [ui5-builder](https://github.com/SAP/ui5-builder)
66
+ [x] [ui5-server](https://github.com/SAP/ui5-server)
77
+ [x] [ui5-cli](https://github.com/SAP/ui5-cli)
8-
+ [ ] [ui5-fs](https://github.com/SAP/ui5-fs)
8+
+ [x] [ui5-fs](https://github.com/SAP/ui5-fs)
99
+ [x] [ui5-project](https://github.com/SAP/ui5-project)
1010
+ [ ] [ui5-logger](https://github.com/SAP/ui5-logger)
1111

@@ -50,6 +50,7 @@ The following is a list of issues and requirements that the proposed refactoring
5050
1. Introduce easier maintainability of specification version updates
5151
1. "Formatters" should already access project resources via the `@ui5/fs` abstraction layer
5252
* Currently they use the native file system layer. This caused addional efforts while working on the ZipArchiveAdapter PoC
53+
1. Option to access resources of a project (typically the root project) in a "flat" (namespace-less) way ([related issue](https://github.com/SAP/ui5-tooling/issues/507))
5354

5455
## Detailed design
5556

0 commit comments

Comments
 (0)