@vidazoo/webpack-ast-traversal-plugin-core
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -25,3 +25,3 @@ const BaseExpressionNodeHandler = require("./BaseExpressionNodeHandler") | ||
expression.action || options.action || actionType.WARN, | ||
{message: `"${expression.identifier}" found - Expression: "${recast.prettyPrint(node)}"`} | ||
{message: `"${expression.identifier}" found - Expression: "${recast.prettyPrint(node).code}"`} | ||
); | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "@vidazoo/webpack-ast-traversal-plugin-core", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "Plugin that traverse the AST of your code to find specific call expressions.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b38e9470378feea1985cf2b274fba86097755c4c" | ||
"gitHead": "159bf0fcb844e8e17fe4b60b8d764ae6a8141a09" | ||
} |
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
11964