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
When attempting to interface with a third-party package that uses this interface, I noticed I could not pass a billy.File because it's missing the Stat() method. This seems like an oversight.
The text was updated successfully, but these errors were encountered:
@jmgilman have you tried this with the latest from main? The File interface was updated recently and now includes fs.File. This will be released on the next major release v6, release date is still TBC.
The
io/fs
package defines aFile
interface as such:When attempting to interface with a third-party package that uses this interface, I noticed I could not pass a
billy.File
because it's missing theStat()
method. This seems like an oversight.The text was updated successfully, but these errors were encountered: