Direct phi
The direct usage of @ attribute is prohibited.
Incorrect:
[] > foo
x.@.y > z
Correct:
[] > foo
x.y > z
Published on Mon May 25 14:35:07 UTC 2026.
The direct usage of @ attribute is prohibited.
Incorrect:
[] > foo
x.@.y > z
Correct:
[] > foo
x.y > z
Published on Mon May 25 14:35:07 UTC 2026.