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
Right now the only "export" construct we have is !Play, but it's highly limited as there can only be a single definition.
We should replace !Play with simply !, which can then be applied to any variable and can be made available in a separate section of bach.json (such as refs).
The new ! keyword could then be paired with ! default <Element> in order to completely eliminate the need for !Play.
The text was updated successfully, but these errors were encountered:
Right now the only "export" construct we have is
!Play
, but it's highly limited as there can only be a single definition.We should replace
!Play
with simply!
, which can then be applied to any variable and can be made available in a separate section ofbach.json
(such asrefs
).The new
!
keyword could then be paired with! default <Element>
in order to completely eliminate the need for!Play
.The text was updated successfully, but these errors were encountered: