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

Numeric separators result in error #293

Open
mariusGundersen opened this issue Nov 22, 2023 · 0 comments
Open

Numeric separators result in error #293

mariusGundersen opened this issue Nov 22, 2023 · 0 comments

Comments

@mariusGundersen
Copy link

Numeric separators are supported in espruino, this will work:

setTimeout(() => LED1.toggle(), 10_000);

But it doesn't seem to be supported in the IDE and espruino npm cli tool, which will give this warning:

image

I'm wondering if this is in acorn or some other dependency that can be updated

@gfwilliams gfwilliams transferred this issue from espruino/Espruino Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant