Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It looks like Flow should work to the extent that it can infer types from your CS output, but it will be tricky to embed explicit types into your CoffeeScript source.

You can probably hack it using the backtick operator though.

    `function foo(x: string, y: number): string {`
    x.length * y
    `}`


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: