Support for JavaScript files, async processing
Pre-release
Pre-release
Doing a tiny prerelease to assess interest! This adds support for the following:
quaffnow returns a Promise, which means it expects to be used in an async environment.- New file type!
quaffnow supports.jsfiles. This means any JavaScript file with a default export (module.exports = ...) is supported. This includes JavaScript files that export functions, including async functions! What does this enable? Anything you can do in a JavaScript file. Hit an API! Pull in some GraphQL! Do some crazy pre-processing! - General clean up of test hooks - moves to
nycfrom old rawistanbulcalls.
Installation with the next tag via npm:
npm install -D quaff@next