| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
There was a problem hiding this comment.
Adds clear runtime validation for malformed DocumentIdentifier values and expands URI support across file-based APIs.
Changes:
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| packages/typescript/src/api/proto.ts | Adds identifier validation and descriptive errors. |
| packages/typescript/src/api/async/api.ts | Adds URI support to file-based async APIs. |
| packages/typescript/src/api/sync/api.ts | Mirrors async API changes in generated sync APIs. |
| packages/typescript/test/async/api.test.ts | Tests async validation and URI handling. |
| packages/typescript/test/sync/api.test.ts | Mirrors coverage for synchronous APIs. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Invalid DocumentIdentifier objects produced an internal path.js error instead of identifying the malformed argument.
Changes
Expected a string or { uri } for the document, received an object with keys: fileName