jsx / JSX

JSX - a faster, safer, easier JavaScript
http://jsx.github.io/
MIT License
1.46k stars 102 forks source link

```int``` should always be a 32-bit integer #294

Closed kazuho closed 10 years ago

kazuho commented 10 years ago

The pull request changes the definition of int to always stay in the range of a 32-bit integral value.

https://github.com/jsx/JSX/issues/292 especially this comment ( https://github.com/jsx/JSX/issues/292#issuecomment-32576818 ) describes the rationale of the pull request.

kazuho commented 10 years ago

@wasabiz would you mind looking in to the changes to check if there is any overlooked regressions before we merge the PR to master?