@travetto/test
Advanced tools
Comparing version 0.0.35 to 0.0.36
@@ -31,3 +31,3 @@ { | ||
}, | ||
"version": "0.0.35" | ||
"version": "0.0.36" | ||
} |
@@ -39,3 +39,5 @@ import * as ts from 'typescript'; | ||
return ts.visitEachChild(node, c => visitNode(context, c, state), context); | ||
const out = ts.visitEachChild(node, c => visitNode(context, c, state), context); | ||
out.parent = node.parent; | ||
return out; | ||
} | ||
@@ -42,0 +44,0 @@ |
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
46640
1338