You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a PR for bluesky-social/feed-generator#41 and the biggest issue I keep running into is that @atproto/bsky doesn't export a lexicon at all. Specifically I'm needing:
The Server class exported by @atproto/bsky/src/lexicon
ids and lexicons (specifically assertValidXrpcMessage()) from @atproto/bsky/src/lexicon/lexicons
createServer() from @atproto/bsky/src/lexicon
It feels like @atproto packages that use the lexicon auto-generator tool should export those in their own namespace where possible to prevent the necessity of needing to use the lexicon auto-generator tool in downstream packages (e.g. individual feed generators created by the feed-generator template.)
The text was updated successfully, but these errors were encountered:
I'm trying to do a PR for bluesky-social/feed-generator#41 and the biggest issue I keep running into is that
@atproto/bsky
doesn't export a lexicon at all. Specifically I'm needing:Server
class exported by@atproto/bsky/src/lexicon
ids
andlexicons
(specificallyassertValidXrpcMessage()
) from@atproto/bsky/src/lexicon/lexicons
createServer()
from@atproto/bsky/src/lexicon
It feels like
@atproto
packages that use the lexicon auto-generator tool should export those in their own namespace where possible to prevent the necessity of needing to use the lexicon auto-generator tool in downstream packages (e.g. individual feed generators created by thefeed-generator
template.)The text was updated successfully, but these errors were encountered: