const
とlet
の両方が予約済みのキーワードであると予想していました。 I've found onlyconst
、ないlet
はありません。スペックに予約されたキーワードとして `let`が指定されていない
Keyword::
await
break
case catch class const continue <---- `const` here
debugger default delete do
else export extends
finally for function
if import in instanceof
new
return
superswitch
this throw try typeof
var void
while with
yield
はlet
キーワードですか?そうでない場合は、なぜですか?
ノッチだけを見て、「letとstaticは静的意味制限(12.1.1,13.3.1.1,13.7.5.1、および14.5.1を参照)によって予約語として扱われます語彙文法よりも。 – BoltClock
'let'のステータスを説明しているメモがあります – pvg