@vidazoo/webpack-ast-traversal-plugin-core
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1
@@ -37,5 +37,3 @@ const recast = require("recast") | ||
chunks.forEach((chunk) => { | ||
chunk.files.forEach((file) => files.push(file)); | ||
}); | ||
chunks.forEach((chunk) => chunk.files.forEach((file) => files.push(file))); | ||
@@ -42,0 +40,0 @@ compilation.additionalChunkAssets.forEach((file) => files.push(file)); |
const BaseExpressionNodeHandler = require("./BaseExpressionNodeHandler") | ||
, actionType = require("../actionType") | ||
, recast = require("recast") | ||
, utils = require("../utils"); | ||
@@ -24,3 +25,3 @@ | ||
expression.action || options.action || actionType.WARN, | ||
{message: `expression identifier found - "${path.join(".")}" (${expression.identifier})`} | ||
{message: `"${expression.identifier}" found - Expression: "${recast.prettyPrint(node)}"`} | ||
); | ||
@@ -27,0 +28,0 @@ |
{ | ||
"name": "@vidazoo/webpack-ast-traversal-plugin-core", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Plugin that traverse the AST of your code to find specific call expressions.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0686cd695d55c6ea0e1185e1a561f5de16ae799e" | ||
"gitHead": "b38e9470378feea1985cf2b274fba86097755c4c" | ||
} |
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
11959
236