loopback-boot/lib
Miroslav Bajtoš aa4cbdd80f compiler: support module-relative model sources
Interpret model sources in the same way how `require.resolve`
interprets the path:

 - values starting with `./` and `../` are relative to the file
   where they are specified

 - other values are relative to node modules folders

This way it's possible to specify a source `loopback/common/models`
and have it resolved to whatever place the loopback is installed.
2014-10-21 18:10:22 +02:00
..
bundler.js Rework model configuration 2014-06-13 19:40:52 +02:00
compiler.js compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00
config-loader.js compiler: improve merging of Arrays and Objects 2014-10-08 17:15:32 +02:00
executor.js Skip definitions of built-in loopback models 2014-10-21 18:10:22 +02:00