@code-dungeon/zone
v0.0.1
Published
Expanded Zone.js for timing tasks and logging task duration
Downloads
2
Readme
Zone.js Docs
New
Automatically patches bluebird and redis to be zone aware if they can be loaded.
Build Status
Coverage Report
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Running unit tests
Run npm test
to execute the unit tests.
Running linter
Run npm run lint
to execute the lint tests.
Usage
If you use a bluebird promise you need to wrap it in a native promise to corretly tie it to the zone. The zone you create the native promise in will then be the zone it is tied to.