pub const RenderSourceOptions = struct
pub const RenderSourceOptions = struct { skip_doc_comments: bool = false, skip_comments: bool = false, collapse_whitespace: bool = false, fn_link: Decl.Index = .none, /// Assumed to be sorted ascending. source_location_annotations: []const Annotation = &.{}, /// Concatenated with dom_id. annotation_prefix: []const u8 = "l", }