diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 22:41:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 22:41:18 +0200 |
commit | cf97e10eae80d4be90a771dcec38ce6b3a119173 (patch) | |
tree | 8a4a3e52bf222bcdb0afb898aabf4fc26d068c91 /src/node-types.json | |
parent | 11b47b424b7576c536216bb7e3bcbaaa65f5acd4 (diff) |
Update the testsv2.0.0
Diffstat (limited to 'src/node-types.json')
-rw-r--r-- | src/node-types.json | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/src/node-types.json b/src/node-types.json index 806fb1f..d255c74 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -51,16 +51,17 @@ { "type": "class_attr", "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": true, - "types": [ - { - "type": "ident", - "named": true - } - ] + "fields": { + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "ident", + "named": true + } + ] + } } }, { @@ -121,16 +122,17 @@ { "type": "id_attr", "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": true, - "types": [ - { - "type": "ident", - "named": true - } - ] + "fields": { + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "ident", + "named": true + } + ] + } } }, { |