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

v0.1.0 Repository is not a FileTree, it has a top level FileTree interface named fs. #3

Merged
merged 10 commits into from
Oct 4, 2024

Conversation

waynesbrain
Copy link
Contributor

@waynesbrain waynesbrain commented Oct 4, 2024

  • Extracted FileSystem from Repository, exposed as Repository.fs.
  • Added FileTree.rid resource id property.
  • Restructured FsDriver config and index file to store FileTree.rid.
    • The FsConfig field ids was renamed to index.
    • The IdsFile interface was renamed to FsIndexFileData and restructured from Record<string,string> to { rid?:string; node: Record<string, string> }.
  • Removed unused FileTree.fullPath method and FileTree.rootPath field.

@waynesbrain waynesbrain merged commit 393c15c into master Oct 4, 2024
@waynesbrain waynesbrain deleted the next branch October 4, 2024 20:36
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

Successfully merging this pull request may close these issues.

1 participant