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.test.js
CHANGED
|
@@ -1514,30 +1514,6 @@ require = (req => Object.assign(function require(name) {
|
|
|
1514
1514
|
;
|
|
1515
1515
|
"use strict";
|
|
1516
1516
|
var $;
|
|
1517
|
-
(function ($) {
|
|
1518
|
-
function $mol_deprecated(message) {
|
|
1519
|
-
return (host, field, descr) => {
|
|
1520
|
-
const value = descr.value;
|
|
1521
|
-
let warned = false;
|
|
1522
|
-
descr.value = function $mol_deprecated_wrapper(...args) {
|
|
1523
|
-
if (!warned) {
|
|
1524
|
-
$$.$mol_log3_warn({
|
|
1525
|
-
place: `${host.constructor.name}::${field}`,
|
|
1526
|
-
message: `Deprecated`,
|
|
1527
|
-
hint: message,
|
|
1528
|
-
});
|
|
1529
|
-
warned = true;
|
|
1530
|
-
}
|
|
1531
|
-
return value.call(this, ...args);
|
|
1532
|
-
};
|
|
1533
|
-
};
|
|
1534
|
-
}
|
|
1535
|
-
$.$mol_deprecated = $mol_deprecated;
|
|
1536
|
-
})($ || ($ = {}));
|
|
1537
|
-
//mol/deprecated/deprecated.ts
|
|
1538
|
-
;
|
|
1539
|
-
"use strict";
|
|
1540
|
-
var $;
|
|
1541
1517
|
(function ($) {
|
|
1542
1518
|
$.$mol_tree_convert = Symbol('$mol_tree_convert');
|
|
1543
1519
|
class $mol_tree extends $mol_object2 {
|
|
@@ -1862,9 +1838,6 @@ var $;
|
|
|
1862
1838
|
return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
|
|
1863
1839
|
}
|
|
1864
1840
|
}
|
|
1865
|
-
__decorate([
|
|
1866
|
-
$mol_deprecated('Use $mol_tree:hack')
|
|
1867
|
-
], $mol_tree.prototype, "transform", null);
|
|
1868
1841
|
$.$mol_tree = $mol_tree;
|
|
1869
1842
|
})($ || ($ = {}));
|
|
1870
1843
|
//mol/tree/tree.ts
|