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.test.js CHANGED
@@ -289,30 +289,6 @@ var $;
289
289
  ;
290
290
  "use strict";
291
291
  var $;
292
- (function ($) {
293
- function $mol_deprecated(message) {
294
- return (host, field, descr) => {
295
- const value = descr.value;
296
- let warned = false;
297
- descr.value = function $mol_deprecated_wrapper(...args) {
298
- if (!warned) {
299
- $$.$mol_log3_warn({
300
- place: `${host.constructor.name}::${field}`,
301
- message: `Deprecated`,
302
- hint: message,
303
- });
304
- warned = true;
305
- }
306
- return value.call(this, ...args);
307
- };
308
- };
309
- }
310
- $.$mol_deprecated = $mol_deprecated;
311
- })($ || ($ = {}));
312
- //mol/deprecated/deprecated.ts
313
- ;
314
- "use strict";
315
- var $;
316
292
  (function ($) {
317
293
  $.$mol_tree_convert = Symbol('$mol_tree_convert');
318
294
  class $mol_tree extends $mol_object2 {
@@ -637,9 +613,6 @@ var $;
637
613
  return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
638
614
  }
639
615
  }
640
- __decorate([
641
- $mol_deprecated('Use $mol_tree:hack')
642
- ], $mol_tree.prototype, "transform", null);
643
616
  $.$mol_tree = $mol_tree;
644
617
  })($ || ($ = {}));
645
618
  //mol/tree/tree.ts