Artem Govorov
Artem Govorov
@Pentiado I'm planning to have a look into supporting tape in a few weeks.
@davegomez we have made some progress, but no ETA yet as there're still a few things to do.
A quick poll: are you using tape for node or for browser tests?
@WRidder We are close to finish tape for node.js tests support, still a few things to do, but it is getting there.
If anyone's willing to have a look, this is currently the blocking issue for Tape support in wallaby.js - https://github.com/substack/tape/issues/222
While I love the idea of mutation testing, and were considering to add it to wallaby at some point, I'm wondering if the feature is a great fit for a...
> Are there any plans? Not at the moment. Will post updates here if our plans change.
Perhaps I'm missing something, but seems like you can just use [`Array.prototype.map()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map): ```javascript //? $.map(e => e.name) ``` Let me know if addresses your request.
No worries, I'm then re-opening the feature request. Just thought that the pure JavaScript solution may be preferable, because it's as simple as jq solution, plus no special syntax/knowledge is...
Not at the moment.