eslint-plugin-mgw-eslint-rules 2.3.25 → 2.3.26

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 CHANGED
@@ -44056,6 +44056,7 @@ var rule3 = createRule3({
44056
44056
  return {
44057
44057
  Identifier(node) {
44058
44058
  const variableNode = services.esTreeNodeToTSNodeMap?.get(node);
44059
+ console.log(node);
44059
44060
  if (variableNode) {
44060
44061
  const type = checker.getTypeAtLocation(variableNode);
44061
44062
  const typeName = checker.typeToString(type);