]> code.delx.au - gnu-emacs-elpa/commit
Recognize for-of and for-in loops with const
authorChristoph Dittmann <github@christoph-d.de>
Mon, 30 Nov 2015 09:41:34 +0000 (10:41 +0100)
committerChristoph Dittmann <github@christoph-d.de>
Mon, 30 Nov 2015 11:12:15 +0000 (12:12 +0100)
commit8047d7f172b1dd10475ba0778f029bd0660976e9
treeefff8eda5823fcb2827c01255def2118fbbbfc6d
parentfa0aa09785302464923e3f7d3de30bba719c4be0
Recognize for-of and for-in loops with const

Declarations in for-of and for-in loops may also be "const".  See
http://www.ecma-international.org/ecma-262/6.0/#sec-runtime-semantics-bindinginstantiation
js2-mode.el