node-source-walk
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -31,3 +31,4 @@ var babylon = require('babylon'); | ||
'functionBind', | ||
'functionSent' | ||
'functionSent', | ||
'dynamicImport' | ||
]; | ||
@@ -34,0 +35,0 @@ |
{ | ||
"name": "node-source-walk", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Execute a callback on every node of a source code's AST and stop walking when you see fit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6968
109