I assume int() will cross-compile to parseInt()? On May 16, 2016, at 9:27 PM, Alex Harui <[email protected]> wrote:
> > > On 5/16/16, 9:47 AM, "Andy Dufilie" <[email protected]> wrote: > >> There is no "int" type in JavaScript, so I think the compiler should just >> replace int with Number. > > I agree. I will look into it. > > -Alex >
