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