mol_dump_lib 0.0.11 → 0.0.12

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.js CHANGED
@@ -3065,8 +3065,6 @@ var $;
3065
3065
  const descr = Reflect.getOwnPropertyDescriptor(proto, field);
3066
3066
  if (typeof descr.value !== 'function')
3067
3067
  continue;
3068
- if (descr.value.length === 0)
3069
- continue;
3070
3068
  Component.observedAttributes.add(field);
3071
3069
  }
3072
3070
  attributes_observe(Reflect.getPrototypeOf(proto));