atproto_codegen/emit

Emit Gleam source from lexicon defs: module header, def dispatch, and the per-def pieces from emit/def + emit/union.

Values

pub fn emit_lexicon(
  cfg: config.Config,
  lex: lexicon.Lexicon,
) -> option.Option(String)
Search Document