I have an application at http://prettydiff.com/prettydiff.js. I started writing this application before interpreters got really fast and learned to prefer strict typing. I now want to enforce strict typing in my code. This application is too large and complex to easily verify that type coercion is successfully eliminated from manual changes.
Is there any tool or method to warn or detect when a change of type has occurred to any given reference?