add links to commits where items were completed

Josh Wolfe 2017-09-25 15:05:42 -07:00
parent c0bc867004
commit b37b45fd7c

@ -1,11 +1,11 @@
- BigInt literals
- [x] invalid digits
- Type conversion
- [x] ToPrimitive (@thejoshwolfe)
- [x] ToPrimitive [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)]
- [ ] ToBoolean (@thejoshwolfe)
- [x] ToNumber (@thejoshwolfe)
- [x] ToNumber [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)]
- [ ] ToString (@thejoshwolfe)
- [x] ToObject (@thejoshwolfe)
- [ ] ToObject (@thejoshwolfe)
- [ ] ToNumeric (@thejoshwolfe)
- [ ] RequireObjectCoercible (@thejoshwolfe)
- Testing/comparison
@ -35,12 +35,8 @@
- [x] constructor
- [x] property descriptor (@thejoshwolfe)
- [x] parseInt (@cxielarko)
- [x] asUintN (@thejoshwolfe)
- asIntN
- [x] basic tests
- [x] additional tests (@thejoshwolfe)
- [x] argument coercion (@thejoshwolfe)
- [x] property descriptors (@thejoshwolfe)
- [x] asUintN [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)]
- [x] asIntN [[merged](https://github.com/tc39/test262/commit/443b15e43e8c497b2edcf8c064b11fd7c1ad67fc)]
- prototype
- [x] attributes
- [ ] constructor