separate bullets

Josh Wolfe 2017-10-17 09:44:00 -07:00
parent 9af3529b45
commit 811bdb31d3

@ -16,8 +16,8 @@
- [x] typeof [[merged](https://github.com/tc39/test262/commit/3c5c0eddc40118ff8090bafd2f3c4b9eba417b0b)]
- [x] prefix +
- [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)]
- [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe)
- [x] bitwise not [[merged](https://github.com/tc39/test262/commit/5b721a23b55fcf9f8ab85e36a6f127311fa2d4d9)]
- [x] bitwise not [[merged](https://github.com/tc39/test262/commit/5b721a23b55fcf9f8ab85e36a6f127311fa2d4d9)]
- [ ] bitwise infix operators `&`, `|`, `^` (@thejoshwolfe)
- [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe)
- [x] unary minus [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)]
- [ ] arithmetic operator type errors [[PR](https://github.com/tc39/test262/pull/1282)]