ts-odd
ts-odd copied to clipboard
Stateful Filesystem
Problem
Right now the Filesystem is requires absolute paths to be passed to every function
Solution
Add a stateful Session class encapsulated by FileSystem so that a user can navigate the directory structure and use relative links
Some ideas here:
- https://github.com/fission-suite/ts-sdk/pull/14#issuecomment-604638590
- https://github.com/fission-suite/ts-sdk/pull/14#discussion_r398949063