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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -2505,8 +2505,6 @@ var $;
2505
2505
  const descr = Reflect.getOwnPropertyDescriptor(proto, field);
2506
2506
  if (typeof descr.value !== 'function')
2507
2507
  continue;
2508
- if (descr.value.length === 0)
2509
- continue;
2510
2508
  Component.observedAttributes.add(field);
2511
2509
  }
2512
2510
  attributes_observe(Reflect.getPrototypeOf(proto));