mol_jsx_lib 0.0.34 → 0.0.35

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
@@ -265,30 +265,6 @@ var $;
265
265
  ;
266
266
  "use strict";
267
267
  var $;
268
- (function ($) {
269
- function $mol_deprecated(message) {
270
- return (host, field, descr) => {
271
- const value = descr.value;
272
- let warned = false;
273
- descr.value = function $mol_deprecated_wrapper(...args) {
274
- if (!warned) {
275
- $$.$mol_log3_warn({
276
- place: `${host.constructor.name}::${field}`,
277
- message: `Deprecated`,
278
- hint: message,
279
- });
280
- warned = true;
281
- }
282
- return value.call(this, ...args);
283
- };
284
- };
285
- }
286
- $.$mol_deprecated = $mol_deprecated;
287
- })($ || ($ = {}));
288
- //mol/deprecated/deprecated.ts
289
- ;
290
- "use strict";
291
- var $;
292
268
  (function ($) {
293
269
  $.$mol_tree_convert = Symbol('$mol_tree_convert');
294
270
  class $mol_tree extends $mol_object2 {
@@ -613,9 +589,6 @@ var $;
613
589
  return new Error(`${message}:\n${this} ${this.baseUri}:${this.row}:${this.col}`);
614
590
  }
615
591
  }
616
- __decorate([
617
- $mol_deprecated('Use $mol_tree:hack')
618
- ], $mol_tree.prototype, "transform", null);
619
592
  $.$mol_tree = $mol_tree;
620
593
  })($ || ($ = {}));
621
594
  //mol/tree/tree.ts