-
Notifications
You must be signed in to change notification settings - Fork 923
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
Not working setInterval()? #144
Comments
TooTallNate
pushed a commit
to TooTallNate/quickjs
that referenced
this issue
Dec 18, 2023
Spec compliance bug: "await" is illegal inside initializer blocks _except_ when used as an identifier in a function expression, like so: class C { static { var f = function await() {} } } It is somewhat complicated to make the parser understand the distinction and such code is probably rare or non-existent so I decided to leave well enough alone for now.
setInternal() is not implemented. Use setTimeout() instead. |
GerHobbelt
pushed a commit
to GerHobbelt/quickjs
that referenced
this issue
Jun 21, 2024
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setInterval
The text was updated successfully, but these errors were encountered: