zimmerframe
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "zimmerframe", | ||
"description": "A tool for walking ASTs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -88,2 +88,3 @@ /** | ||
visit: (node, new_state = state) => { | ||
visited_next = true; | ||
return visit(node, path, new_state) ?? node; | ||
@@ -90,0 +91,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
11979
164