Boris Cherny
Boris Cherny
@handrews any chance you could chime in? This is blocking https://github.com/bcherny/json-schema-to-typescript/pull/603
Thank you both for the great explanations -- that answers my question 🙏.
Hi! Does it work if you install using NodeJS, rather than Bun? `npm i -g @anthropic-ai/claude-code`.
Proper fix is landing in 1.0.6
Fix landing as part of tomorrow's release
It's hard to know what the issue is from your description. This case is well-covered by tests, so is expected to work. Can you comment with your directory structure (using...
@kenny-statsig that works at runtime, but TypeScript complains about it. Would love to see an upstream fix!
Another option is to switch to native glob, once it's made it into an LTS or two. https://github.com/nodejs/node/pull/51912
That's fair. Let's go ahead and use `tinyglobby` -- it seems like there's a good amount if interest in making this change. Feel free to re-open and rebase your PR...