summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/regex.txt
AgeCommit message (Expand)Author
2024-04-04[ruby/prism] Eliminate character class duplicated range warningKevin Newton
2024-03-28[ruby/prism] Allow writing to keywords with named captures if they are alread...Kevin Newton
2024-03-28[ruby/prism] Reject invalid capture groups (keywords)Kevin Newton
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-03-25[ruby/prism] Revert "Frozen parts"Kevin Newton
2024-03-25[ruby/prism] Mark inner parts of interpolated* nodes as frozenKevin Newton
2024-03-08[ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-01-02[ruby/prism] Ignore visibility flagKevin Newton
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-11-28[ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff
2023-11-22[ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze
2023-11-21[ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff
2023-11-20[ruby/prism] Replace match write locals with match write targetsKevin Newton
2023-11-19[ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami
2023-10-26[ruby/prism] Regenerate snapshotsKevin Newton
2023-10-26[ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff
2023-10-18[ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton
2023-10-13[ruby/prism] Properly handle unescaping in regexpKevin Newton
2023-10-02Sync with prism CallNode#name changesBenoit Daloze
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton