Raynos / observ-array

An array containing observable values
MIT License
26 stars 4 forks source link

circular dependency #20

Open iambumblehead opened 8 years ago

iambumblehead commented 8 years ago

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 -> ...

Raynos commented 8 years ago

This is not a problem. Circular deps are supported in nodejs module system and browserify

iambumblehead commented 8 years ago

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.