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/node.mjs
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));
|
package/node.test.js
CHANGED
|
@@ -3057,8 +3057,6 @@ var $;
|
|
|
3057
3057
|
const descr = Reflect.getOwnPropertyDescriptor(proto, field);
|
|
3058
3058
|
if (typeof descr.value !== 'function')
|
|
3059
3059
|
continue;
|
|
3060
|
-
if (descr.value.length === 0)
|
|
3061
|
-
continue;
|
|
3062
3060
|
Component.observedAttributes.add(field);
|
|
3063
3061
|
}
|
|
3064
3062
|
attributes_observe(Reflect.getPrototypeOf(proto));
|