fix traverse test
This commit is contained in:
parent
76ae1682a3
commit
1e708fb373
@ -96,7 +96,7 @@ traverse.explode = function (obj) {
|
|||||||
function hasBlacklistedType(node, parent, scope, state) {
|
function hasBlacklistedType(node, parent, scope, state) {
|
||||||
if (node.type === state.type) {
|
if (node.type === state.type) {
|
||||||
state.has = true;
|
state.has = true;
|
||||||
context.skip();
|
this.skip();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user