better categorisation of transformers

This commit is contained in:
Sebastian McKenzie
2014-11-23 16:15:39 +11:00
parent 20f21987de
commit 24d9833170
443 changed files with 20 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
"use strict";
var arr = [1, 2, 3].map(function (i) {
return i * i;
});