Closed GoogleCodeExporter closed 8 years ago
see:
https://code.google.com/p/closure-library/wiki/FrequentlyAskedQuestions#When_I_c
ompile_with_type-checking_on,_I_get_warnings_about_"
Original comment by Nicholas.J.Santos
on 10 Jul 2013 at 1:02
Is there a way to --jscomp_error=checkTypes without being stopped by the
compiler? I find it the most useful feature of closure-library to add static
typing to javascript.
Maybe i'm choosing the wrong tool, but what do you do then to have statically
safe programs?
Original comment by lgand...@gmail.com
on 10 Jul 2013 at 1:07
yes, read the FAQ. you need to make sure the deps file is included in the
compilation, to forward-declare types.
Original comment by Nicholas.J.Santos
on 11 Jul 2013 at 12:23
Original issue reported on code.google.com by
lgand...@gmail.com
on 8 Jul 2013 at 8:33Attachments: