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
Just put up a PR for this. The issue was fixed somewhere and the code in the PR just re-instates the ignored tests and then adds the branch for checking if a value is a symbol.
Describe the bug
Adding a
Symbol()
as a field's value panics withparsing failed: ParseIntError { kind: InvalidDigit }
To Reproduce
Add the following to
tests/js/test.js
and then run:
Expected behavior
I would expect that the code successfully parse and not panic.
Build environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: