Require output fixture extension to match sourceType output.

This commit is contained in:
Logan Smyth
2018-03-03 18:22:15 -08:00
parent beb99dfda1
commit 7cc00cce0d
131 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
var _context;
import { map, takeWhile, forEach } from "iterlib";
(_context = (_context = (_context = getPlayers(), map).call(_context, function (x) {
return x.character();
}), takeWhile).call(_context, function (x) {
return x.strength > 100;
}), forEach).call(_context, function (x) {
return console.log(x);
});