mol_plot_all 1.2.234 → 1.2.235
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.test.js +0 -27
- package/web.test.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mol_plot_all",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.235",
|
|
4
4
|
"main": "node.js",
|
|
5
5
|
"module": "node.esm.js",
|
|
6
6
|
"browser": "web.js",
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"$mol_exec",
|
|
30
30
|
"$mol_log3",
|
|
31
31
|
"$mol_tree",
|
|
32
|
-
"$mol_deprecated",
|
|
33
32
|
"$mol_env",
|
|
34
33
|
"$mol_svg_root",
|
|
35
34
|
"$mol_svg",
|
package/web.d.ts
CHANGED
|
@@ -452,7 +452,7 @@ declare namespace $ {
|
|
|
452
452
|
|
|
453
453
|
declare namespace $ {
|
|
454
454
|
class $mol_memo extends $mol_wrapper {
|
|
455
|
-
static wrap<This extends object, Value>(task: (this: This, next?: Value) => Value): (this: This, next?: Value
|
|
455
|
+
static wrap<This extends object, Value>(task: (this: This, next?: Value) => Value): (this: This, next?: Value) => Value | undefined;
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
|
package/web.test.js
CHANGED
|
@@ -2109,30 +2109,6 @@ var $;
|
|
|
2109
2109
|
;
|
|
2110
2110
|
"use strict";
|
|
2111
2111
|
var $;
|
|
2112
|
-
(function ($) {
|
|
2113
|
-
function $mol_deprecated(message) {
|
|
2114
|
-
return (host, field, descr) => {
|
|
2115
|
-
const value = descr.value;
|
|
2116
|
-
let warned = false;
|
|
2117
|
-
descr.value = function $mol_deprecated_wrapper(...args) {
|
|
2118
|
-
if (!warned) {
|
|
2119
|
-
$$.$mol_log3_warn({
|
|
2120
|
-
place: `${host.constructor.name}::${field}`,
|
|
2121
|
-
message: `Deprecated`,
|
|
2122
|
-
hint: message,
|
|
2123
|
-
});
|
|
2124
|
-
warned = true;
|
|
2125
|
-
}
|
|
2126
|
-
return value.call(this, ...args);
|
|
2127
|
-
};
|
|
2128
|
-
};
|
|
2129
|
-
}
|
|
2130
|
-
$.$mol_deprecated = $mol_deprecated;
|
|
2131
|
-
})($ || ($ = {}));
|
|
2132
|
-
//mol/deprecated/deprecated.ts
|
|
2133
|
-
;
|
|
2134
|
-
"use strict";
|
|
2135
|
-
var $;
|
|
2136
2112
|
(function ($_1) {
|
|
2137
2113
|
$mol_test({
|
|
2138
2114
|
'tree parsing'() {
|
|
@@ -2517,9 +2493,6 @@ var $;
|
|
|
2517
2493
|
return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
|
|
2518
2494
|
}
|
|
2519
2495
|
}
|
|
2520
|
-
__decorate([
|
|
2521
|
-
$mol_deprecated('Use $mol_tree:hack')
|
|
2522
|
-
], $mol_tree.prototype, "transform", null);
|
|
2523
2496
|
$.$mol_tree = $mol_tree;
|
|
2524
2497
|
})($ || ($ = {}));
|
|
2525
2498
|
//mol/tree/tree.ts
|