Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaforbes/circular
- Owner: JAForbes
- Created: 2015-11-18T09:53:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T09:54:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T09:06:36.215Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```