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
* YARD docs for Parser::CurrentRuby and Parser::Base#version (#1076)
* * YARD docs for Parser::CurrentRuby
* Document the transtion for users seeking Ruby 3.4 support
* Allow IDE tools like Solargraph to understand the invocation and
results from Parser::Current.parse() to provide auto-completion and
type checking
* * Add type info for Parser::Base#version
# # Parser for the running version of Ruby. NOTE: Supports only Ruby <= 3.3. To parse Ruby 3.4+, please use the prism gem. You can also use them in conjunction to support multiple versions using a backwards-compatible AST.
0 commit comments