Skip to content

Commit

Permalink
more README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Apr 6, 2024
1 parent 8d90857 commit 289c109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The [Official ECMAScript Conformance Test Suite](https://github.com/tc39/test262
<tr>
<td colspan='6'>
<br />
<strong>For non-ISO calendars to work, requirements are higher:</strong>
<strong>For non-ISO/gregory calendars to work, requirements are higher:</strong>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -217,9 +217,9 @@ Node.js is always 14 because the test-runner doesn't work with lower

## BigInt Considerations

This polyfill *does not depend on [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support*. Internally, no operations leverage BigInt arithmetics. :thumbsup:
This polyfill does NOT depend on [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) support. Internally, no operations leverage BigInt arithmetics. :thumbsup:

However, *if you plan to use methods that accepting/emitting BigInts*, your environment must support it. Alternatively, you can avoid using these methods altogether. [There's a cheatsheet](https://gist.github.com/arshaw/1ef4bf945d68654b86cef2dd8471c48f) to help you.
However, if you plan to use methods that accepting/emitting BigInts, your environment must support it. Alternatively, you can avoid using these methods altogether. [There's a cheatsheet](https://gist.github.com/arshaw/1ef4bf945d68654b86cef2dd8471c48f) to help you.


## Tree-shakable API
Expand Down

0 comments on commit 289c109

Please sign in to comment.