mam 1.11.927 → 1.11.928
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 +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
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
|
}));
|