isaacs
isaacs
@dashart-ke ok, so, same question I asked @markkovacs76: what do you want tar to do about it?
So the feature request is to have a `fs` option, which defaults to `import * as fs from 'node:fs'`, that you can pass your own `fs` implementation into? Seems fine...
Even if it just dumped its crap all over the global space when you `require('mocha')`, would be better than the current state of things.
@benjamingr I think this is an extremely reasonable approach that most likely will strike a good balance between the competing goals involved. It's a tricky problem which will likely always...
Fixed some time ago.
Suggested language (from #41, added forward-looking language as well). I _think_ this leaves us all in the clear as far as our current parsing behavior, doesn't impose any additional burdens...