kriskowal / mr

Montage Require: a CommonJS module system for front-end web application development
Other
4 stars 1 forks source link

Backtrack on support for implicit optimizer/compiler/translator/redirect-pattern inheritance #3

Closed kriskowal closed 9 years ago

kriskowal commented 9 years ago

Turns out to be a bad idea because loading every package.json is a drag and implicit inheritance is probably not desirable either.

kriskowal commented 9 years ago

cc @stuk

Stuk commented 9 years ago

Does this mean that if a dependency uses a translator/compiler, you must also depend on it?

kriskowal commented 9 years ago

No, just means that if you want the use of its translator/compiler/&c for use in your package, you will have to explicitly depend upon it and configure the translator/compiler/&c in the scope of your own package.