summaryrefslogtreecommitdiff
path: root/lib/prism/node_ext.rb
AgeCommit message (Expand)Author
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-02-26[ruby/prism] Fix xstring heredoc parser translatorKevin Newton
2024-02-24[ruby/prism] Remove Ripper from public RBS, type-assert remaining issuesGopal Patel
2024-02-24[ruby/prism] Split private typesGopal Patel
2024-02-24[ruby/prism] Use steep to type check RBS and Ruby filesGopal Patel
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Add an IntegerField for parsing integer valuesKevin Newton
2024-02-22[ruby/prism] all constant nodes should have full_name and full_name_parts met...Philip Mueller
2024-02-13[ruby/prism] Fix `full_name` for constant path targetsVinicius Stock
2024-01-27[ruby/prism] Add parser translationKevin Newton
2024-01-19[ruby/prism] switch unless to ifAdam Hess
2024-01-19[ruby/prism] Handle stovetop start in constant path fullnameAdam Hess
2024-01-03[ruby/prism] Fix rational when parsing non decimal integerKevin Newton
2023-12-01[ruby/prism] Provide heredoc? queriesKevin Newton
2023-11-21[ruby/prism] Fix constant path full name when parent is not aVinicius Stock
2023-11-08[ruby/prism] Provide Parameters#signature for mirroring Method#parametersKevin Newton
2023-11-01[ruby/prism] More Ruby docsKevin Newton
2023-10-26[ruby/prism] Expose options on match last line nodesKevin Newton
2023-10-06[ruby/prism] Add full_name to ConstantPathNode and ConstantPathTargetNodeVinicius Stock
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton