Skip to content

Commit

Permalink
fix(proxies): add harmony-reflect to support old node versions with E…
Browse files Browse the repository at this point in the history
…S6 proxies
  • Loading branch information
thetutlage committed Feb 29, 2016
1 parent 327dc1f commit 1de6e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Lucid/Model/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* file that was distributed with this source code.
*/

require('harmony-reflect')
const mixin = require('es6-class-mixin')
const NE = require('node-exceptions')
const CatLog = require('cat-log')
Expand Down
1 change: 1 addition & 0 deletions src/Lucid/QueryBuilder/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* file that was distributed with this source code.
*/

require('harmony-reflect')
const Database = require('../../Database')
const EagerLoad = require('../Relations/EagerLoad')
const proxyHandler = require('./proxyHandler')
Expand Down
1 change: 1 addition & 0 deletions src/Lucid/Relations/Relation.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* file that was distributed with this source code.
*/

require('harmony-reflect')
const proxyHandler = require('./proxyHandler')

class Relation {
Expand Down

0 comments on commit 1de6e5d

Please sign in to comment.