feat: schema-typed API improvements — nullable, transform, meta, composition, LiteralType, zero deps#87
Open
feat: schema-typed API improvements — nullable, transform, meta, composition, LiteralType, zero deps#87
Conversation
…, triggers, when enhancements, abortEarly, auto-nested paths, extend/pick/omit, validate, LiteralType, lodash removal Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/9180eea8-1e04-48fc-b377-6e034807fc3e Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
…rove typing in when() Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/9180eea8-1e04-48fc-b377-6e034807fc3e Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
…ve TS ! operator from JS test Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/9180eea8-1e04-48fc-b377-6e034807fc3e Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/9180eea8-1e04-48fc-b377-6e034807fc3e Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
simonguo
April 22, 2026 10:20
View session
…signature (fixes TS2554) Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/40af394a-3626-4566-b9c9-077d63c6c5a4 Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
… directly in $spec Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/c5933e7f-127d-4cc1-aced-3c328a2d27e2 Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
…h missing key Agent-Logs-Url: https://github.com/rsuite/schema-typed/sessions/5e36de2f-b930-4016-9400-9e2a676fc7ab Co-authored-by: simonguo <1203827+simonguo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
getErrorMessageswith literal dotted key)checkAsync()paths ofnullable(),optional(), andtransform()— these lines existed in the implementation but had no async test coveragepick()with a non-existent key (covers theif spec[key] !== undefinedfalse branch)