-
Notifications
You must be signed in to change notification settings - Fork 464
BigInt test plan
Josh Wolfe edited this page Oct 17, 2017
·
57 revisions
- BigInt literals
- Type conversion
- Testing/comparison
- Expressions
- increment/decrement [merged]
- typeof [merged]
- prefix +
- negation [merged]
- bitwise not [merged]
- bitwise infix operators
&
,|
,^
(@thejoshwolfe) - shifts
<<
,>>
,>>>
(@thejoshwolfe) - unary minus [merged]
- arithmetic operator type errors [PR]
- arithmetic operators (
+
,-
,*
,/
,%
,**
) [merged] - operand coercion
- BigInt object
- JSON.stringify
- Number constructor [merged]
- TypedArrays
- BigInt64Array
- BigUint64Array
- DataViews
- feature declaration (@thejoshwolfe)
- Recent spec changes