Comparing version 0.12.2 to 0.12.3
0.12.3 / 2016-06-11 | ||
=================== | ||
* fixing recursive loop during clone | ||
0.12.2 / 2016-06-11 | ||
@@ -3,0 +8,0 @@ =================== |
@@ -8,2 +8,3 @@ | ||
let omit = require('object.omit'); | ||
let relative = require('relative'); | ||
let Vinyl = require('vinyl'); | ||
@@ -25,3 +26,3 @@ | ||
constructor(params, tree) { | ||
debug('initialize %j', params); | ||
debug('initialize with %s', params); | ||
if (typeof params === 'string') { | ||
@@ -188,3 +189,3 @@ super({ path: params }); | ||
clone(tree) { | ||
debug('cloning %s', this); | ||
debug('cloning %s', relative(this.path)); | ||
let file = new File(this, tree || this.tree); | ||
@@ -191,0 +192,0 @@ return Object.assign(file, omit(this, [ |
{ | ||
"name": "mako-tree", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"main": "./lib/tree", | ||
@@ -5,0 +5,0 @@ "description": "The build tree structure used internally by mako", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59571
1367