add let scoping transformer rename note

This commit is contained in:
Sebastian McKenzie 2015-01-19 08:54:26 +11:00
parent 16b7ff972c
commit 8d8dd5fa37

View File

@ -11,3 +11,4 @@
* Add autoindentation.
* Move `super` transformation from classes into a separate transformer that also supports object expressions.
* Remove fast transformer backwards compatibility.
* Rename let scoping transformer to block scoping.