adobe / aio-cli-plugin-app-dev

App Builder CLI - dev command
Apache License 2.0
0 stars 2 forks source link

support @adobe/aio-lib-state and @adobe/aio-lib-files #36

Open shazron opened 4 months ago

shazron commented 4 months ago

If we support #32, we can have a custom require loader, that will load our custom implementations of:

  1. @adobe/aio-lib-state
  2. @adobe/aio-lib-files

These will support all the APIs available.

  1. @adobe/aio-lib-state - in memory hashmap, backed up by a .json file written to disk, and read on startup.
  2. @adobe/aio-lib-files - in memory file tree, pointing to a specific location on disk as the root to read the files from. The file hierarchy is read on startup
aiojbot commented 4 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2985