This PR avoids exposing polyfil RBSs as a gem package.
The RBS files under sig/_internal are only necessary to execute steep check. In other words, they are not necessary for the user of RBS Rails.
The other polyfill, such as sig/parser.rbs, are necessary because the exposed RBS files refers them for type definitions. So we still need to expose them.
This PR avoids exposing polyfil RBSs as a gem package.
The RBS files under
sig/_internal
are only necessary to executesteep check
. In other words, they are not necessary for the user of RBS Rails.The other polyfill, such as
sig/parser.rbs
, are necessary because the exposed RBS files refers them for type definitions. So we still need to expose them.