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
Extend the "depends on" syntax to support conditional dependencies
using "... if <B>". While functionally equivalent to "depends on
!B || A", "depends on A if B" is much more readable.
This change is implemented by converting the "if" syntax into the
"!B" syntax during "depends on" token processing.
0 commit comments