Jake Bailey

Results 1475 comments of Jake Bailey

This sounds great; supporting a default location in a reasonable location is super helpful. Is `node:module` the right place for this? Or is `node:v8` actually where it might be? >...

Not sure if this is helpful, but `tinyglobby` (now a dep of vitest) is `>=12.0.0`. I don't think it has `hasMagic`, but I'm also not sure if it's needed or...

I tried putting together a change that would work here, but: - `tinyglobby` does not pass the `windows` flag down to `picomatch`, wheras `mocha` always calls `glob` with `windowsPathsNoEscape` -...

Bumping mocha's major to get an engine bump is definitely a way to solve the problem, though TS unfortunately still supports Node 14 so I'll just have to stare at...

TS uses mocha for its testing, TS currently supports Node 14.17+; if you bump the minimum version, we'd just have to stay on v10 (just like we're stuck on chai...

I said this on bluesky, but I think the prospect of doing this is technically _better_ in the Go version than TS, just since Go has zip support and a...

Will do! I've been really busy recently (sorry to not deep dive on the text here), but made a TODO item when I saw your last comment! 😄

I gave it a test, but wasn't able to get it to work how I expected. Made this test repo: https://github.com/jakebailey/eslint-config-lookup-test When I do `eslint .`, the file in the...

Updated the test after writing the above to make the behavior more clear: ```console $ npx eslint --flag unstable_config_lookup_from_file . Loading file:///home/jabaile/work/eslint-test/eslint.config.mjs?mtime=1719849618920 /home/jabaile/work/eslint-test/rootFile.js 1:7 error 'unused' is assigned a value...

Much better, though for some reason the config above `subdir` is being loaded when run on `subdir` itself. Good: ```console $ npx eslint --flag unstable_config_lookup_from_file . Loading file:///home/jabaile/work/eslint-test/eslint.config.mjs?mtime=1719849618920 Loading file:///home/jabaile/work/eslint-test/subdir/eslint.config.mjs?mtime=1719849629220...