mam 1.11.927 → 1.11.929

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/node.js CHANGED
@@ -4850,7 +4850,7 @@ var $;
4850
4850
  normal = normal.substring(0, next + 1);
4851
4851
  if (node.type === normal)
4852
4852
  return [node.clone(node.hack(belt))];
4853
- console.warn(`Syntax ${node.type} is deprecated. Use ${normal} instead`);
4853
+ console.warn(`Syntax ${node.type} at ${node.span} is deprecated. Use ${normal} instead`);
4854
4854
  return [node.struct(normal, node.hack(belt))];
4855
4855
  }
4856
4856
  }));