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
It would seem that where() and is() are allowed to fail silently, but esbuild throws an error if they don't receive any arguments.
According to the spec, these accept a forgiving-selector-list which "parses each selector in the list individually, simply ignoring ones that fail to parse". based on this, it would seem that anything (or nothing) is a valid argument.