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
Just like ::when allows for a string which is then implicitly taken as a ::get (#5, #8), ::merge should allow for a string which is then taken as a ::get.
Currently:
::merge:
- ::get variable_reference
Could be:
::merge: variable_reference
The text was updated successfully, but these errors were encountered:
Just like
::when
allows for a string which is then implicitly taken as a::get
(#5, #8),::merge
should allow for a string which is then taken as a::get
.Currently:
Could be:
The text was updated successfully, but these errors were encountered: