Skip to content

Conversation

@ajafff
Copy link
Member

@ajafff ajafff commented Sep 12, 2018

Checklist

Overview of change

TODO:

  • add tests for new CachedFileSystem#isSymbolicLink
  • fine-tune MemoryFileSystem
    • make it work with symlinks linking to non-existent files
    • allow modifications and inspection of the final state
    • pass-through some real-existing folders and files (e.g. to resolve and require rules)
    • maybe replace with a combination of unionfs and memfs or memory-fs
  • move to separate package
    • rework GlobFileSystem API
    • add tests for different glob options, ideally use glob's test cases

@ajafff
Copy link
Member Author

ajafff commented Sep 13, 2018

Ref: isaacs/node-glob#280

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.

make globbing use FileSystem abstraction

2 participants