Tags: dsander/sorbet
Tags
Remove vestigial line (sorbet#973)
[cli] Minor spelling fix (sorbet#971)
Add round robbin reviewers (sorbet#958)
Forbid sub-subclassing `T::Struct` (sorbet#847) * Add Symbols::T_Struct * Add SubclassingNotAllowed * Add validateTStructNotGrandparent * Static-test '< T::InexactStruct' * Runtime-forbid abstract T::Struct * Static-test '< T::Struct' * Runtime-test '< T::Struct' * Add InexactStruct to runtime * Fix typo
Update package.json (sorbet#950) * Add private This prevents npm publish from doing things. * Add license There are some warnings[1] emitted on CI because of no license. This should hopefully quiet them. [1]: https://buildkite.com/sorbet/sorbet/builds/3348 * Run prettier on error-reference
Fix code example for Union Types (sorbet#933) The class definition uses `A#foo`, but the calling code uses `A#f`.
[README] Add git clone to quickstart (sorbet#932)
PreviousNext