Closed
Description
Prompted by #1665 and inspired by Babel's plugin / preset configuration, it'd be neat to do this:
"ava": {
"require": [
["@babel/register", {
"ignore": ["test/*"]
}]
]
}
If an array is provided we'd require the module, resolve any __esModules
/ default
shenanigans, and invoke .apply()
with the remaining values. We should support any number of arguments.
IssueHunt Summary
sculpt0r has been rewarded.
Backers (Total: $40.00)
issuehunt ($40.00)
Submitted pull Requests
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.