alpha
Login
or
Join now
zicklag.dev
/
mlf
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A human-friendly DSL for ATProto Lexicons
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
mlf
/
tests
/
codegen
/
lexicon
/
doc_comments
/
at
main
4 files
stavola.xyz
Switch to cargo insta
3mo ago
0b45eeea
input.mlf
Switch to cargo insta
3 months ago
lexicon@doc_comments.snap
Switch to cargo insta
3 months ago
test.toml
Add description of type definitions If a type definition has a doc domment, it wasn't included as description of that type. Example: ``` /// A forum thread record thread { title!: title, } /// Thread title def type title = string constrained { maxLength: 200, minLength: 1, }; ``` Would lead to just ```json "title": { "type": "string", "maxLength": 200, "minLength": 1 } ``` With this commit it contains the `Thread title` as description: ``` "title": { "type": "string", "description": "Thread title", "maxLength": 200, "minLength": 1 }
3 months ago
warnings@doc_comments.snap
Switch to cargo insta
3 months ago