Update lexicons fetched from 39b5c08 committed 2025-11-05T17:11:32Z#631
Merged
Conversation
4fc9445 to
970fc1c
Compare
Owner
Author
|
there is an edge case. ref resolved for Main class instead of Record. requires a fix to pass |
Owner
Author
|
in TS sdk they do a trick with double import with both names: as Main: export interface Main {
$type: 'com.atproto.lexicon.schema'
/** Indicates the 'version' of the Lexicon language. Must be '1' for the current atproto/Lexicon schema system. */
lexicon: number
[k: string]: unknown
}as Record: export {
type Main as Record,
isMain as isRecord,
validateMain as validateRecord,
}should we just create put |
970fc1c to
1a08723
Compare
Owner
Author
|
fixed by adding lookup in |
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.
This PR was automatically generated