@tarojs/runtime 3.6.24-nightly.8 → 3.6.24
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/dist/dom-external/node.js +1 -0
- package/dist/dom-external/node.js.map +1 -1
- package/dist/index.cjs.d.ts +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/runtime.esm.d.ts +1 -0
- package/dist/runtime.esm.js +1 -0
- package/dist/runtime.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/runtime.esm.d.ts
CHANGED
package/dist/runtime.esm.js
CHANGED
|
@@ -2402,6 +2402,7 @@ function cloneNode(isDeep = false) {
|
|
|
2402
2402
|
}
|
|
2403
2403
|
for (const key in this) {
|
|
2404
2404
|
const value = this[key];
|
|
2405
|
+
// eslint-disable-next-line valid-typeof
|
|
2405
2406
|
if ([PROPS, DATASET].includes(key) && typeof value === OBJECT) {
|
|
2406
2407
|
newNode[key] = Object.assign({}, value);
|
|
2407
2408
|
}
|