eslint-plugin-mgw-eslint-rules 2.3.24 → 2.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -44059,6 +44059,7 @@ var rule3 = createRule3({
|
|
|
44059
44059
|
if (variableNode) {
|
|
44060
44060
|
const type = checker.getTypeAtLocation(variableNode);
|
|
44061
44061
|
const typeName = checker.typeToString(type);
|
|
44062
|
+
console.log(type, typeName, variableNode);
|
|
44062
44063
|
if (isSignal(typeName)) {
|
|
44063
44064
|
const parent = node.parent;
|
|
44064
44065
|
if (!parent || parent.type !== import_utils3.AST_NODE_TYPES.CallExpression) {
|