This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
予約語などで変数名などを作らないようにする #9
Comments
ここに予約語が書かれている Keywords キーワードの予約語
"use strict"の厳格モードでは
も予約語になる Future Reserved Words 将来のための予約語
"use strict"の厳格モードでは
も予約語になる NullLiteral nullリテラル
BooleanLiteral booleanリテラル
|
TypeScriptでは以下のものが文脈によっては使えなくなる
|
基本的に"use strict"を使う厳格モードを想定していて、文脈に応じて使えるワードと使えないワードを分けるのは大変なので、上に書いてある語句の変数、型は作られないようにする |
TypeScriptで、型名としてunknownが使えないようになってたんだ。
変数名には使えなくもないけど、紛らわしいので弾くようにしよう |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: