@player-ui/player 0.9.1-next.1 → 0.9.1-next.3
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/Player.native.js +1 -8
- package/dist/Player.native.js.map +1 -1
- package/dist/cjs/index.cjs +1 -7
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/index.legacy-esm.js +1 -7
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/view/resolver/index.ts +2 -15
package/dist/cjs/index.cjs
CHANGED
|
@@ -2941,13 +2941,7 @@ var Resolver = class {
|
|
|
2941
2941
|
prevASTMap
|
|
2942
2942
|
);
|
|
2943
2943
|
if (mTree.value !== void 0 && mTree.value !== null) {
|
|
2944
|
-
|
|
2945
|
-
mTree.value.forEach((v) => {
|
|
2946
|
-
unpackAndPush(v, childValue);
|
|
2947
|
-
});
|
|
2948
|
-
} else {
|
|
2949
|
-
childValue.push(mTree.value);
|
|
2950
|
-
}
|
|
2944
|
+
childValue.push(mTree.value);
|
|
2951
2945
|
}
|
|
2952
2946
|
mTree.dependencies.forEach(
|
|
2953
2947
|
(bindingDep) => childDependencies.add(bindingDep)
|