cweider / require-kernel

A reference implementation of a CommonJS module loader.
6 stars 2 forks source link

Support nested libraries #1

Closed cweider closed 12 years ago

cweider commented 12 years ago

Introduce the concept of node_modules (unfortunate naming) when looking up libraries. This is necessary for reuse of things managed by NPM. While this use case is in the minority ATM, it is likely to become increasingly useful in the future.

cweider commented 12 years ago

Done in c5679ad729322cf3dedf76a15099efb9bc93ef45.