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
Pretty simple to test in any app, see the screenshot.
I've had one of these #if nots in our repo for a long time, but I did a quick sanity test too and verified that the Roku OS can process either if/else path successfully.
The text was updated successfully, but these errors were encountered:
Possible Fix (throwing this out there at 6:40am, so take with salt):
caseTokenKind.Identifier:
// added replaceAll to remove 1 or more "not"constnameLower=token.text?.toLowerCase().replaceAll("not ","");if(this.constants.has(nameLower)){return!!this.constants.get(nameLower);}
Pretty simple to test in any app, see the screenshot.
I've had one of these
#if not
s in our repo for a long time, but I did a quick sanity test too and verified that the Roku OS can process either if/else path successfully.The text was updated successfully, but these errors were encountered: