This very much a work in progress and not ready for use yet.
Patches bluebird to work with continuation-local-storage.
Only works with bluebird v3.x at present. And not tested, so may not work at all!
Based on original code by @arthurschreiber.
Use npm test
to run the tests. Use npm run cover
to check coverage.
See changelog.md
If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/cls-bluebird2/issues
Pull requests are very welcome. Please:
- ensure all tests pass before submitting PR
- add an entry to changelog
- add tests for new features
- document new functionality/API additions in README