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
Introducing an optional mem-fs-editor parameter across functions related to project access in order to use same instance of mem-fs editor reference across multiple call.
packages/project-access/src/project/access.ts
createApplicationAccess
getProjectType
packages/project-access/src/project/info.ts
getAppFolders
getApps
getApplicationStructure
getAppType
getApplicationType
packages/project-access/src/project/service.ts
getServicesAndAnnotations
packages/project-access/src/project/cap.ts
getCapProjectType
isCapJavaProject
packages/project-access/src/project/i18n/i18n.ts
getI18nPropertiesPaths
The mem-fs-editor instance will be added as an optional property to the ProjectAccessOptions interface in packages/project-access/src/types/access/index.ts
Architecture Elaboration
Does it requires architecture elaboration?
Notes
Tasks
Task 1
The text was updated successfully, but these errors were encountered:
Introducing an optional
mem-fs-editor
parameter across functions related to project access in order to use same instance ofmem-fs
editor reference across multiple call.packages/project-access/src/project/access.ts
packages/project-access/src/project/info.ts
packages/project-access/src/project/service.ts
packages/project-access/src/project/cap.ts
packages/project-access/src/project/i18n/i18n.ts
The mem-fs-editor instance will be added as an optional property to the
ProjectAccessOptions
interface inpackages/project-access/src/types/access/index.ts
Architecture Elaboration
Does it requires architecture elaboration?
Notes
Tasks
The text was updated successfully, but these errors were encountered: