Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaforbes/circular

An example of using circular dependencies via lazy evaluation of a parent context.
https://github.com/jaforbes/circular

Last synced: about 1 month ago
JSON representation

An example of using circular dependencies via lazy evaluation of a parent context.

Awesome Lists containing this project

README

        

# circular
An example of using circular dependencies via lazy evaluation of a parent context.

#### Quick start

`node usage.js`

should log:

```
calling b which calls A
Hello I am A
Hello I am A
```