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

Removed all non-existence keywords #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rilysh
Copy link

@rilysh rilysh commented Jun 18, 2022

After TypeScript 2.0, there're a lot of changes were implemented. Therefore some keyword like goto no longer available in ts. According to ECMAScript 2020 standard, this keywords aren't available in js as well. For int or float, they're not data types, there's only one type is number which accepts integer & float both. To get true integer, there's BigInt available.

http://www.ecma-international.org/ecma-262/6.0/index.html#sec-ecmascript-language-types-number-type

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

Successfully merging this pull request may close these issues.

1 participant