···1import "@tylex/emitter";
2-import "./defs.tsp";
34@doc("A set of images embedded in a Bluesky record (eg, a post).")
5namespace app.bsky.embed.images {
···1import "@tylex/emitter";
023@doc("A set of images embedded in a Bluesky record (eg, a post).")
4namespace app.bsky.embed.images {
···1import "@tylex/emitter";
2-import "./defs.tsp";
34namespace com.atproto.sync.getHostStatus {
5 @doc("Returns information about a specified upstream host, as consumed by the server. Implemented by relays.")
···1import "@tylex/emitter";
023namespace com.atproto.sync.getHostStatus {
4 @doc("Returns information about a specified upstream host, as consumed by the server. Implemented by relays.")
···1import "@tylex/emitter";
2-import "./defs.tsp";
34namespace com.atproto.sync.listHosts {
5 @doc("Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.")
···1import "@tylex/emitter";
023namespace com.atproto.sync.listHosts {
4 @doc("Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.")
···1import "@tylex/emitter";
2-import "./defs.tsp";
34namespace com.atproto.sync.getHostStatus {
5 @doc("Returns information about a specified upstream host, as consumed by the server. Implemented by relays.")
···1import "@tylex/emitter";
023namespace com.atproto.sync.getHostStatus {
4 @doc("Returns information about a specified upstream host, as consumed by the server. Implemented by relays.")
···1import "@tylex/emitter";
2-import "./defs.tsp";
34namespace com.atproto.sync.listHosts {
5 @doc("Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.")
···1import "@tylex/emitter";
023namespace com.atproto.sync.listHosts {
4 @doc("Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.")
···1+# Tylex Playground
2+3+An interactive playground for the Tylex TypeSpec emitter.
4+5+## Development
6+7+```bash
8+pnpm install
9+pnpm dev
10+```
11+12+Then open http://localhost:5173 in your browser.
13+14+## Building
15+16+```bash
17+pnpm build
18+```
19+20+The built playground will be in the `dist` directory.