aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/lasgn_middle_splat.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-111-0/+4
| | | | https://github.com/ruby/prism/commit/d0143865c2
* [ruby/prism] Ignore visibility flagKevin Newton2024-01-021-3/+3
| | | | https://github.com/ruby/prism/commit/55b049ddac
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-8/+8
| | | | https://github.com/ruby/prism/commit/6e69a81737
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-6/+6
| | | | | | | | * The same order as in source code. * CallOrWriteNode, CallOperatorWriteNode, CallAndWriteNode already have the correct order so it was also inconsistent with them. https://github.com/ruby/prism/commit/4434e4bc22
* [ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat ↵Jemma Issroff2023-11-211-1/+2
| | | | | | | | | element(s) This commit puts a SPLAT flag on any ArrayNodes which contain SplatNode elements https://github.com/ruby/prism/commit/2fc1e7f181
* Sync with prism CallNode#name changesBenoit Daloze2023-10-021-3/+3
| | | | * https://github.com/ruby/prism/pull/1533
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-0/+48