5.1 Blocks
Blocks are extended to include local interface, type alias, and enum declarations (classes are already included by the ECMAScript 2015 grammar).
Declaration: ( Modified ) … InterfaceDeclaration TypeAliasDeclaration EnumDeclaration
Local class, interface, type alias, and enum declarations are block scoped, similar to let and const declarations.