Skip to content

Commit 8d48295

Browse files
sgulsethrdyv
authored andcommitted
feat: add ArrayPostFix, Dereference, and SelectorGroup to DetermineName
1 parent 75bc3d3 commit 8d48295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/04-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ DetermineName(node):
174174

175175
- If {node} is an {ThisAttribute}:
176176
- Return the string value of the {Identifier} of {node}.
177-
- If {node} is a {Projection}, {ElementAccess}, {Slice}, or {Filter}:
177+
- If {node} is a {ArrayPostfix}, {Dereference}, {ElementAccess}, {Filter}, {Map}, {Projection}, {SelectorGroup}, or {Slice}:
178178
- Let {base} be the first {Expression} of {expr}.
179179
- Return the result of {DetermineName(base)}.
180180

0 commit comments

Comments
 (0)