mol_wire_lib 1.0.165 → 1.0.166
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.d.ts +1 -4
- package/node.deps.json +1 -1
- package/node.esm.js +0 -27
- package/node.esm.js.map +1 -1
- package/node.js +0 -27
- package/node.js.map +1 -1
- package/node.test.js +0 -27
- package/node.test.js.map +1 -1
- package/package.json +2 -3
package/node.js
CHANGED
|
@@ -1522,30 +1522,6 @@ require = (req => Object.assign(function require(name) {
|
|
|
1522
1522
|
;
|
|
1523
1523
|
"use strict";
|
|
1524
1524
|
var $;
|
|
1525
|
-
(function ($) {
|
|
1526
|
-
function $mol_deprecated(message) {
|
|
1527
|
-
return (host, field, descr) => {
|
|
1528
|
-
const value = descr.value;
|
|
1529
|
-
let warned = false;
|
|
1530
|
-
descr.value = function $mol_deprecated_wrapper(...args) {
|
|
1531
|
-
if (!warned) {
|
|
1532
|
-
$$.$mol_log3_warn({
|
|
1533
|
-
place: `${host.constructor.name}::${field}`,
|
|
1534
|
-
message: `Deprecated`,
|
|
1535
|
-
hint: message,
|
|
1536
|
-
});
|
|
1537
|
-
warned = true;
|
|
1538
|
-
}
|
|
1539
|
-
return value.call(this, ...args);
|
|
1540
|
-
};
|
|
1541
|
-
};
|
|
1542
|
-
}
|
|
1543
|
-
$.$mol_deprecated = $mol_deprecated;
|
|
1544
|
-
})($ || ($ = {}));
|
|
1545
|
-
//mol/deprecated/deprecated.ts
|
|
1546
|
-
;
|
|
1547
|
-
"use strict";
|
|
1548
|
-
var $;
|
|
1549
1525
|
(function ($) {
|
|
1550
1526
|
$.$mol_tree_convert = Symbol('$mol_tree_convert');
|
|
1551
1527
|
class $mol_tree extends $mol_object2 {
|
|
@@ -1870,9 +1846,6 @@ var $;
|
|
|
1870
1846
|
return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
|
|
1871
1847
|
}
|
|
1872
1848
|
}
|
|
1873
|
-
__decorate([
|
|
1874
|
-
$mol_deprecated('Use $mol_tree:hack')
|
|
1875
|
-
], $mol_tree.prototype, "transform", null);
|
|
1876
1849
|
$.$mol_tree = $mol_tree;
|
|
1877
1850
|
})($ || ($ = {}));
|
|
1878
1851
|
//mol/tree/tree.ts
|