I try to validate some server side javascript with JSHint. Everything looks great so far, but i got problems with a syntax like this
var foo:type = bar;
The message is
Missing semicolon.
Expected '(end)' and instead saw ':'.
Is there any way to allow it?