-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure on 32-bit #51
Comments
Closure source for reference: |
I think the issue is in On a 32 bit system, this code only supports integer up to The original Java implementation does not explicitly test for the output of such values (their test assert that decoding the encoded value bring back the same string, not that it has a specific value), so I'm not sure what is the expected encoding for Anyway, do we expect to use such big number in the Base64VLQ encoding of sourcemaps ? If no, we could change the test to work with |
Still have an issue on 32-bit
|
I'm closing this issue because the original issues are fixed. That said, |
The text was updated successfully, but these errors were encountered: