loopback-boot/lib
Miroslav Bajtoš 6bf995c55b 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-17 18:44:15 +02:00
..
bundler.js Rework model configuration 2014-06-13 19:40:52 +02:00
compiler.js compiler: return a clone of instructions 2014-07-17 18:44:15 +02:00
config-loader.js Rename `models.json` to `model-config.json` 2014-07-15 11:09:39 +02:00
executor.js compiler: fix references to loopback 2014-06-26 14:53:47 +02:00