aeproject
aeproject copied to clipboard
refactor!: use sdk provided filesystem util, remove aeproject util implementation
closes #474
getFileSystem
as exposed by the sdk is async so this will need to be a breaking change or some workaround...
getFileSystem
as exposed by the sdk is async so this will need to be a breaking change or some workaround...
did you ask @davidyuk why it is async? 🤔
I've used non-blocking file access api, this way nodes process may request multiple files at once
I made this PR breaking and will gather some more breaking changes eventually for an upcoming v5