better categorisation of transformers
This commit is contained in:
5
test/fixtures/transformation/es7-array-comprehension/array-expression-single/expected.js
vendored
Normal file
5
test/fixtures/transformation/es7-array-comprehension/array-expression-single/expected.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
var arr = [1, 2, 3].map(function (i) {
|
||||
return i * i;
|
||||
});
|
||||
Reference in New Issue
Block a user