typescript-vim icon indicating copy to clipboard operation
typescript-vim copied to clipboard

Removed all non-existence keywords

Open rilysh opened this issue 3 years ago • 0 comments

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

rilysh avatar Jun 18 '22 13:06 rilysh