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
However, I think a better negation syntax would be ^ instead of ~, especially since steal supports ~/ for referencing modules relative to the project root (which makes the current ~ negation syntax confusing) and ^ would have greater parity with stache:
I agree with this comment:
systemjs/systemjs#285 (comment)
However, I think a better negation syntax would be
^
instead of~
, especially since steal supports~/
for referencing modules relative to the project root (which makes the current~
negation syntax confusing) and^
would have greater parity with stache:https://canjs.com/doc/can-stache.tags.inverse.html
The text was updated successfully, but these errors were encountered: