Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBI - Add Optional mem-fs-editor to getProjectType and Underlying Functions #2762

Open
1 task
kjose90 opened this issue Jan 10, 2025 · 0 comments
Open
1 task
Assignees

Comments

@kjose90
Copy link
Member

kjose90 commented Jan 10, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant