Fabio Spampinato
Fabio Spampinato
I haven't had the time to look into this yet.
I can't reproduce the issue, splitting works for me. I think this may be unrelated to splitting and maybe the cwd is set incorrectly or something? For context I see...
There will be cases where analyzing the code would be complicated enough, if not impossible, but I'd argue it would still be useful to implement this, if there's a reasonable...
What's the blocker for this PR, interpreting `*.foo` as if it was `**/*.foo`?
So in order to select files actually matching `*.js` one has to write `./*.js`?
@fisker presumably it isn't worth changing this, right? 🤔 how it works currently just seems incorrect to me, if I'm understanding it right.
@fisker random question, but if `*.js` is interpreted as `**/*.js`, how do we actually pick only the js files in the current directory? is `./*.js` the answer?
If I run the tests just for this I don't see it ever exiting (after a few minutes at least): ``` NODE_OPTIONS=--experimental-vm-modules npx jest --rootDir test/__tests__ infer-plugins-ext-dir.js --testTimeout 60000 ```...
> its because the worker exits successfully but worktank doesn't propagate this It sounds potentially like a bug on my end, but why is the worker exiting in the first...
Is it exiting from inside prettier/standalone or on our end? In my mental model prettier/standalone would never just force-exit 🤔 But I guess we should handle that, I think I...