You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the difference between .body[0].path and .body[0].name. Why have different keys when both use a PathExpression? It forces special casing during interpolation.
The text was updated successfully, but these errors were encountered:
These are different because they have different semantics. A partial can have things like partial/name but a path can not, at least not with the same meaning.
parses to
meanwhile
parses to
Notice the difference between
.body[0].path
and.body[0].name
. Why have different keys when both use aPathExpression
? It forces special casing during interpolation.The text was updated successfully, but these errors were encountered: