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
Ok, so the main problem here is that fs-jetpack is written so it's always an instance of "directory object" and all methods belong to object with CWD as its' context, hence you can't simply import just one of them.
This can be fixed but not as an easy fix, what greatly fits the major rewrite narrative.
The js tooling gradually drops interop compatibility for modules that don't provide named exports.
See vitest-dev/vitest#2544 (comment)
The text was updated successfully, but these errors were encountered: