loopback-boot/test
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
..
fixtures compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00
helpers compiler: improve merging of Arrays and Objects 2014-10-08 17:15:32 +02:00
browser.test.js package: update dependency versions 2014-10-21 09:40:52 +02:00
compiler.test.js compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00
executor.test.js Skip definitions of built-in loopback models 2014-10-21 18:10:22 +02:00