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
{{ message }}
This repository was archived by the owner on Sep 1, 2024. It is now read-only.
The JS Boolean primitive is called boolean rather than bool. Using the correct name fails.
Sorry of this sounds nitpicky but I just encountered this and it seems like a very odd choice. Changing it (and still allowing bool for compatibility purposes) might save someone else the surprise.
Is it possible to use function rather than func or is function being a keyword stopping this?
The JS Boolean primitive is called
booleanrather thanbool. Using the correct name fails.Sorry of this sounds nitpicky but I just encountered this and it seems like a very odd choice. Changing it (and still allowing
boolfor compatibility purposes) might save someone else the surprise.Is it possible to use
functionrather thanfuncor isfunctionbeing a keyword stopping this?