Keep exporting deprecate/deprecations
This commit is contained in:
parent
7ad86a12b4
commit
16d4c436cb
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@ exports.defineProperties = function (exports) {
|
|||
get: function () {
|
||||
return require('../callbacks-registry')
|
||||
}
|
||||
},
|
||||
deprecate: {
|
||||
get: function () {
|
||||
return require('../deprecate')
|
||||
}
|
||||
},
|
||||
deprecations: {
|
||||
get: function () {
|
||||
return require('../deprecations')
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue