We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't see a list of unsupported language features, so I'm adding this. Functions parseInt, parseFloat are not defined.
parseInt
parseFloat
To Reproduce Start CLI, enter
parseInt(10)
Expected behavior 10 should be returned. Actual result: undefined. Build environment (please complete the following information):
10
undefined
The text was updated successfully, but these errors were encountered:
Yep, as you say, we still don't have a list of missing feature. We are working on this by implementing test262 harness (#12).
In this case, these functions are not implemented AFAIK.
Sorry, something went wrong.
I can try and implement this
Sure! go for it :)
Lan2u
Successfully merging a pull request may close this issue.
I don't see a list of unsupported language features, so I'm adding this. Functions
parseInt
,parseFloat
are not defined.To Reproduce
Start CLI, enter
Expected behavior
10
should be returned. Actual result:undefined
.Build environment (please complete the following information):
The text was updated successfully, but these errors were encountered: