Skip to content
New issue

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

Unfinished javascript spec #683

Open
4 tasks
reggi opened this issue Feb 6, 2024 · 1 comment
Open
4 tasks

Unfinished javascript spec #683

reggi opened this issue Feb 6, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@reggi
Copy link

reggi commented Feb 6, 2024

  • Missing string.replace
  • Missing radix argument of parseInt
  • Missing Object.entries / Object.fromEntries
  • Unable to call enum via ['key'] like this typescript example gives error unknown name: {enum declaration}
@reggi reggi added the bug Something isn't working label Feb 6, 2024
@pelikhan pelikhan added the good first issue Good for newcomers label Feb 6, 2024
@sasha240100
Copy link

sasha240100 commented Mar 2, 2024

+ Math functions, including Math.sin, Math.cos, Math.atan and following the list https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants