onebeyond / systemic

📦 A minimal dependency injection framework.
https://onebeyond.github.io/systemic
MIT License
56 stars 7 forks source link

Avoiding regex problems with newest version of require-all #5

Closed feliun closed 7 years ago

feliun commented 7 years ago

require-all does not play well with non-capturing groups regex in their latest version, which makes systemic not to work with it.

I've created this PR for require-all: https://github.com/felixge/node-require-all/pull/43

Regardless of whether it's accepted or not, this would fix the issue.

cressie176 commented 7 years ago

Thanks