mariocasciaro / scatter

IoC container and out-of-the-box extensibility for Node.js applications
MIT License
154 stars 14 forks source link

May service namespaces be defined relative? #23

Closed k7sleeper closed 10 years ago

k7sleeper commented 10 years ago

Is it allowed to have a module a/b/c/d/module1 providing a service which is defined with name ./service1?

If yes, what is the resulting service name?

mariocasciaro commented 10 years ago

Not for the moment. Services must be defined using full namespace.