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
Now that the generator of the Interface and Constant types is Ruby code, we can start generating signatures for the arguments and getters for Interface types and similarly type the values of the Constant entries.
We can do this by generating RBS and/or RBI files for the classes/modules we are generating that the library can export, so that consumers can get a better experience in their editors.
The text was updated successfully, but these errors were encountered:
Now that the generator of the
Interface
andConstant
types is Ruby code, we can start generating signatures for the arguments and getters forInterface
types and similarly type the values of theConstant
entries.We can do this by generating RBS and/or RBI files for the classes/modules we are generating that the library can export, so that consumers can get a better experience in their editors.
The text was updated successfully, but these errors were encountered: