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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Sorbet::Typescript exports Sorbet `T::Enum` and `T::Struct` definitions into JSO
6
6
7
7
DocSpring built this gem for [LogStruct](https://github.com/DocSpring/logstruct) to keep its documented payload types in lockstep with the Ruby source. The generated metadata powers the live reference at [logstruct.com/docs/sorbet-types](https://logstruct.com/docs/sorbet-types/) and all sample logs published across [logstruct.com](https://logstruct.com/), ensuring every example stays current through code generation.
8
8
9
+
See how LogStruct wires the exporter into its build pipeline in [`scripts/generate_structs.rb`](https://github.com/DocSpring/logstruct/blob/main/scripts/generate_structs.rb).
0 commit comments