rm bscript circular dependencies
This commit is contained in:
parent
d364e65677
commit
bae91395ef
5 changed files with 68 additions and 61 deletions
src
|
@ -212,8 +212,3 @@ module.exports = {
|
|||
isPushOnly: isPushOnly,
|
||||
isDefinedHashType: isDefinedHashType
|
||||
}
|
||||
|
||||
var templates = require('./templates')
|
||||
for (var key in templates) {
|
||||
module.exports[key] = templates[key]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue