From 83bc614bad5e5138d8f493092c1ac2bd7244b24a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 11 Jan 2015 22:42:45 +1100 Subject: [PATCH] add note about splitting up super transforming #411 --- NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NOTES.md b/NOTES.md index ed14282cf4..3f248a967f 100644 --- a/NOTES.md +++ b/NOTES.md @@ -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.