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 +0 -2
- package/node.js.map +1 -1
- package/node.mjs +0 -2
- package/node.test.js +0 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.js +0 -2
- package/web.js.map +1 -1
- package/web.mjs +0 -2
package/package.json
CHANGED
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));
|