summaryrefslogtreecommitdiff
path: root/lib/prism/translation/parser_versions.rb
AgeCommit message (Collapse)Author
8 days[ruby/prism] Use one file for versioned `parser` classesEarlopain
One per version seems excessive. Do note that `rubocop-ast` used to require individual parser files. I wouldn't consider that to be part of the API since everything is autoloaded. From a GitHub code search, I didn't find anyone else doing it like that. https://github.com/ruby/prism/commit/458f622c34