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
Executing BigInt("+42")should succeed but failed with SyntaxError: BigInt: Cannot coerce string to bigint. test262 does not appear to contain a test with the leading +.
The text was updated successfully, but these errors were encountered:
Discovered by an XS bug: Moddable-OpenSource/moddable#941 by @mhofman.
Executing
BigInt("+42")
should succeed but failed withSyntaxError: BigInt: Cannot coerce string to bigint
. test262 does not appear to contain a test with the leading+
.The text was updated successfully, but these errors were encountered: