mam 1.11.736 → 1.11.738
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.test.js +4 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -8545,6 +8545,9 @@ var $;
|
|
|
8545
8545
|
sort() {
|
|
8546
8546
|
return $mol_fail(new TypeError(`Mutable sort is forbidden. Use toSorted instead.`));
|
|
8547
8547
|
}
|
|
8548
|
+
indexOf(needle) {
|
|
8549
|
+
return this.findIndex(item => item === needle);
|
|
8550
|
+
}
|
|
8548
8551
|
[Symbol.toPrimitive]() {
|
|
8549
8552
|
return $mol_guid();
|
|
8550
8553
|
}
|
|
@@ -14994,6 +14997,7 @@ var $;
|
|
|
14994
14997
|
},
|
|
14995
14998
|
Body_content: {
|
|
14996
14999
|
padding: $mol_gap.block,
|
|
15000
|
+
minHeight: 0,
|
|
14997
15001
|
flex: {
|
|
14998
15002
|
direction: 'column',
|
|
14999
15003
|
shrink: 1,
|