mol_view_tree2_lib 1.0.201 → 1.0.203

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_view_tree2_lib",
3
- "version": "1.0.201",
3
+ "version": "1.0.203",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -2070,7 +2070,7 @@ var $;
2070
2070
  normal = normal.substring(0, next + 1);
2071
2071
  if (node.type === normal)
2072
2072
  return [node.clone(node.hack(belt))];
2073
- console.warn(`Syntax ${node.type} is deprecated. Use ${normal} instead`);
2073
+ console.warn(`Syntax ${node.type} at ${node.span} is deprecated. Use ${normal} instead`);
2074
2074
  return [node.struct(normal, node.hack(belt))];
2075
2075
  }
2076
2076
  }));