add note about splitting up super transforming #411

This commit is contained in:
Sebastian McKenzie 2015-01-11 22:42:45 +11:00
parent 99ccb4111a
commit 83bc614bad

View File

@ -9,3 +9,4 @@
* Remove `super()` inside non-constructors - add descriptive error message.
* Split up ES5 getter/setter transforming and ES6 property methods into separate transformers.
* Add autoindentation.
* Move `super` transformation from classes into a separate transformer that also supports object expressions.