PaulyBearCoding

Results 2 issues of PaulyBearCoding

Fixes #62706 ## Problem Import path completions were missing for package.json exports using wildcard patterns with file extensions. **Example:** ```json { "exports": { "./glob/path/*.js": "./build/*.js" } } ``` Typing `import...

For Backlog Bug

Fixes #1679 ## Problem Statement When using `zodResponseFormat` with Zod schemas that contain property names with whitespace characters, the generated JSON Schema produces `$ref` values and definition keys containing literal...