0.0.1 • Published 2 years ago

@code-dungeon/zone v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Zone.js Docs

New

Automatically patches bluebird and redis to be zone aware if they can be loaded.

Build Status

build status

Coverage Report

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.