mol_plot_all 1.2.234 → 1.2.237
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 +2 -5
- 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 +1 -2
- package/web.d.ts +1 -1
- package/web.deps.json +1 -1
- package/web.test.js +0 -27
- package/web.test.js.map +1 -1
package/node.js
CHANGED
|
@@ -297,30 +297,6 @@ var $;
|
|
|
297
297
|
;
|
|
298
298
|
"use strict";
|
|
299
299
|
var $;
|
|
300
|
-
(function ($) {
|
|
301
|
-
function $mol_deprecated(message) {
|
|
302
|
-
return (host, field, descr) => {
|
|
303
|
-
const value = descr.value;
|
|
304
|
-
let warned = false;
|
|
305
|
-
descr.value = function $mol_deprecated_wrapper(...args) {
|
|
306
|
-
if (!warned) {
|
|
307
|
-
$$.$mol_log3_warn({
|
|
308
|
-
place: `${host.constructor.name}::${field}`,
|
|
309
|
-
message: `Deprecated`,
|
|
310
|
-
hint: message,
|
|
311
|
-
});
|
|
312
|
-
warned = true;
|
|
313
|
-
}
|
|
314
|
-
return value.call(this, ...args);
|
|
315
|
-
};
|
|
316
|
-
};
|
|
317
|
-
}
|
|
318
|
-
$.$mol_deprecated = $mol_deprecated;
|
|
319
|
-
})($ || ($ = {}));
|
|
320
|
-
//mol/deprecated/deprecated.ts
|
|
321
|
-
;
|
|
322
|
-
"use strict";
|
|
323
|
-
var $;
|
|
324
300
|
(function ($) {
|
|
325
301
|
$.$mol_tree_convert = Symbol('$mol_tree_convert');
|
|
326
302
|
class $mol_tree extends $mol_object2 {
|
|
@@ -645,9 +621,6 @@ var $;
|
|
|
645
621
|
return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
|
|
646
622
|
}
|
|
647
623
|
}
|
|
648
|
-
__decorate([
|
|
649
|
-
$mol_deprecated('Use $mol_tree:hack')
|
|
650
|
-
], $mol_tree.prototype, "transform", null);
|
|
651
624
|
$.$mol_tree = $mol_tree;
|
|
652
625
|
})($ || ($ = {}));
|
|
653
626
|
//mol/tree/tree.ts
|