You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,13 +137,6 @@ c.d === d; // true
137
137
Object.is(c.zero, -0); // true
138
138
```
139
139
140
-
The key order matches the argument used to construct it ([#1](https://github.com/acutmore/proposal-composites/issues/1)).
141
-
142
-
```js
143
-
constc=Composite({ z:true, x:true, y:true });
144
-
Object.keys(c); // ["z", "x", "y"]
145
-
```
146
-
147
140
### What are the equality semantics?
148
141
149
142
Two composites are equal only if they have the same prototype ([#5](https://github.com/acutmore/proposal-composites/issues/5)) and their properties form the same set of key-value pairs.
0 commit comments