loopback-boot/lib
Miroslav Bajtoš 05b53d52fd compiler: return a clone of instructions
When executor passes the instruction to loopback methods,
loopback modifies the data. Since we are loading the data using
`require` such changes affects also code that calls
`require` for one of the instructions files.

This change adds a deep clone step to prevent this issue.
2014-07-16 20:44:30 +02:00
..
bundler.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
compiler.js compiler: return a clone of instructions 2014-07-16 20:44:30 +02:00
config-loader.js Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
executor.js executor: remove direct reference to loopback 2014-06-25 14:12:53 +02:00