summaryrefslogtreecommitdiff
path: root/lib/prism/node_ext.rb
AgeCommit message (Expand)Author
2025-03-19[ruby/prism] Polyfill Kernel#warn category parameterKevin Newton
2025-03-19[ruby/prism] Remove `category` keyword from `warn` callEarlopain
2024-08-28[ruby/prism] Reverse-sync ruby/ruby and deprecate old fieldsKevin Newton
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-06-03[ruby/prism] Fix up steep issuesKevin Newton
2024-05-21[ruby/prism] Provide deprecated numeric methodKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-10[ruby/prism] Prism::CallNode#full_message_locKevin Newton
2024-05-03[ruby/prism] Prism::Node#tunnelKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
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