[heycam/webidl] Integer type conversions seem to return wrong type for unsigned types and long long (#579)

The integer type conversion for [unsigned short](https://heycam.github.io/webidl/#es-unsigned-short), [unsigned long](https://heycam.github.io/webidl/#es-unsigned-long), [long long](https://heycam.github.io/webidl/#es-long-long) and [unsigned long long](https://heycam.github.io/webidl/#es-unsigned-long-long) seem wrong in that they return a value of the wrong type.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/579

Received on Monday, 13 August 2018 17:28:55 UTC