From 0dfea1a51b8e4db5048bb31e2f98a79af3417f5d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 14 Jan 2015 14:54:31 +1100 Subject: [PATCH] update notes --- NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index fcb68ebe86..a973eaafdf 100644 --- a/NOTES.md +++ b/NOTES.md @@ -10,4 +10,4 @@ * 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. - * Prefix all fast transformers with `fast`, make them declare that they're a fast transformer similar to optional transformers and add a `--fast` flag to enable them all. + * Remove fast transformer backwards compatibility.