mol_tree2 1.0.852 → 1.0.853
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 +5 -4
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
- package/web.test.js +4 -3
- package/web.test.js.map +1 -1
package/node.js
CHANGED
|
@@ -247,7 +247,7 @@ var $;
|
|
|
247
247
|
this.row = row;
|
|
248
248
|
this.col = col;
|
|
249
249
|
this.length = length;
|
|
250
|
-
this[Symbol.toStringTag] =
|
|
250
|
+
this[Symbol.toStringTag] = this.uri + ('#' + this.row + ':' + this.col + '/' + this.length);
|
|
251
251
|
}
|
|
252
252
|
static unknown = $mol_span.begin('?');
|
|
253
253
|
static begin(uri, source = '') {
|