Open iambumblehead opened 8 years ago
This is not a problem. Circular deps are supported in nodejs module system and browserify
Thanks for the response.
I'm building examples with mercury and this is the only circular dependency I found. I just wanted to let you know.
https://github.com/Raynos/observ-array/blob/master/index.js#L10 https://github.com/Raynos/observ-array/blob/master/array-methods.js#L1
observ-array uses circular dependencies: index -> array-methods -> index -> array-methods -> ...