This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
"int" is a reserved word and will cause a compiler error when using closure compiler #1304
Closed
Description
"int" is a reserved word
http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx
I see it's merely used as syntactic sugar for parseInt(value, 10)
. It would be nice if it was removed or refactored into some other name so the unminified version works when compiling with closure compiler.