Compile static constants (ie. code that we can statically determine to be constant at runtime)
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Execute a callback when a request closes, finishes, or errors
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
The fastest way to statically export your Nuxt application
Callback wrapping utility
A helper to optimistically set Symbol.toStringTag, when possible.
Helper functions around Function call/apply/bind, for use in `call-bind`
Return the filename and line number of the calling function
[](https://travis-ci.org/stefanpenner/get-caller-file) [](https://ci.a
Call an array of asynchronous functions in series
Call an array of asynchronous functions in parallel
evaluate statically-analyzable expressions
Traverse JSON Schema passing each schema object to callback
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Reduces an object to a value that is the accumulated result of running each property in the object through a callback.
Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.
A module for shimmimg between execution modes: streams, promises, and callbacks
backwards compatibilify your callback functions while migrating apis to promises
node-haste is a dependency management system for static resources for node.js. It provides the ability to statically resolve JavaScript module dependencies both for node module resolution and Facebook's haste module system.
Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert ex