loopback/lib
Miroslav Bajtoš eac231df99 refactor: extract runtime and registry
Move isBrowser and isServer from lib/loopback to a new file lib/runtime.

Move all Model and DataSource related methods like `createModel` and
`createDataSource` to lib/registry.

Remove the circular dependency between lib/application and lib/loopback,
by loading lib/registry and/or lib/runtime instead of lib/loopback
where appropriate

This commit is only moving the code around, the functionality should
not be changed at all.
2014-06-06 11:53:23 +02:00
..
connectors - Use the RemoteObjects class to find remote objects instead of 2014-05-19 15:56:26 -07:00
middleware Modify `loopback.rest` to include `loopback.token` 2014-05-21 15:22:36 +02:00
models refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
application.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
browser-express.js Make app.get/app.set available in browser 2014-06-03 21:32:27 +02:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
express-middleware.js Exclude express-middleware from browser bundle 2014-06-03 21:32:27 +02:00
loopback.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
registry.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
runtime.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00