ignore XJSEmptyExpression - fixes #214
This commit is contained in:
parent
76499bb26e
commit
3af0fc6fb7
@ -132,6 +132,8 @@ exports.XJSElement = {
|
||||
}
|
||||
});
|
||||
|
||||
return;
|
||||
} else if (t.isXJSEmptyExpression(child)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user