Direct phi
The direct usage of @ attribute is prohibited.
Incorrect:
[] > foo
x.@.y > z
Correct:
[] > foo
x.y > z
Published on Wed Aug 26 07:19:05 UTC 2026.
The direct usage of @ attribute is prohibited.
Incorrect:
[] > foo
x.@.y > z
Correct:
[] > foo
x.y > z
Published on Wed Aug 26 07:19:05 UTC 2026.