aboutsummaryrefslogtreecommitdiffstats
path: root/prism/config.yml
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-23 12:06:21 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 14:58:48 -0400
commit234e8fb819f0fc1d6f05a02976ae1c01e6cace2d (patch)
tree8791c06496005aa0b190445ecedd48725204416a /prism/config.yml
parent7e4ee92de225473d3ad3ac8d0a27bd02a2905738 (diff)
downloadruby-234e8fb819f0fc1d6f05a02976ae1c01e6cace2d.tar.gz
[ruby/prism] Split up multi target/write targets
https://github.com/ruby/prism/commit/dda7a0da52
Diffstat (limited to 'prism/config.yml')
-rw-r--r--prism/config.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/prism/config.yml b/prism/config.yml
index 1d193e9ae6..84f422c725 100644
--- a/prism/config.yml
+++ b/prism/config.yml
@@ -1922,7 +1922,11 @@ nodes:
^^^^^^^^^^^^^^
- name: MultiTargetNode
fields:
- - name: targets
+ - name: requireds
+ type: node[]
+ - name: rest
+ type: node?
+ - name: posts
type: node[]
- name: lparen_loc
type: location?
@@ -1935,7 +1939,11 @@ nodes:
^^^^^^
- name: MultiWriteNode
fields:
- - name: targets
+ - name: requireds
+ type: node[]
+ - name: rest
+ type: node?
+ - name: posts
type: node[]
- name: lparen_loc
type: location?