Support for defs without sigs
jeffcarbs opened this issue · 0 comments
jeffcarbs commented
Is your feature request related to a problem? Please describe.
Brain Freeze currently generates RBIs for all sigged methods but not for ones without sigs.
Describe the solution you'd like
TypeLoader would ingest all methods, not just sigged ones so it can output the full RBI of the object even if it isn't fully typed with Sorbet. I see there's a TODO about that here: https://github.com/AaronC81/parlour/blob/master/lib/parlour/type_parser.rb#L237-L242