You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the *Sync as a legacy from the past, to simplify callback/promise-hell before async/await (and top level await) arrived etc. But If there are good use cases, we should of course include them 👍
Accessing these functions in synchronous contexts can still be convenient in some situations. Could the *Sync functions be exported by a separate repository to prevent clutter in @cross/fs?
Whether or not *Sync becomes part of @cross, I'm curious if we can achieve the same cross-runtime support on jsr.io importing from node:fs.
Is it within the scope of this project to expose the synchronous versions of the fs functions?
The text was updated successfully, but these errors were encountered: