James Bronder

Results 4 comments of James Bronder

TLDR: As a general question, should there be stronger checking of arguments when using the new `@std/fs` APIs under a Node.js runtime? For example, the `symlink` and `symlinkSync` APIs in...

Some of the `@std/fs` APIs are throwing when running tests with `deno task test:node` under the `windows-latest`. Should updates to those affected tests be addressed in separate, forthcoming PR(s)?

Quick progress update: I decided to tackle `writeFile(Sync)` APIs. I'm addressing one API set at a time. I did end up making some modifications to the `getWriteFsFlag` function to handle...