Friday, March 3rd, 2006
JS Sorcerer: Check your JS code
<p>JS Sorcerer is a product that watches over your JavaScript code:It performs syntax checking, variable type and flow analysis on standalone JavaScript files, and provides type-safe linking for applications and projects that consist of multiple JavaScript files. It detects and reports errors at compile time, eliminating the need to invoke a browser simply to catch syntax and typographical errors. It incorporates an extensive catalog of browser idiosyncrasies, and produces effective cross-browser code from DOM-compliant JavaScript, allowing developers to ignore browser incompatibility issues.
There is an online test drive, and you can get an Eclipse plugin as well as a standalone solution.
Related Content:












Well, I guess if you really need a typo checker, go for it. Seriously though, what’s the point if you’re not running the app inside the browser your building it for?
Another trick is to switch on “strict” warnings in Firefox (about:config, then filter on “strict”)
�JavaScript】JS-Sorcerer
å?Šæ©Ÿæ¢°ç¿»è¨³::JS-é”術師ã?¯JavaScriptプãƒã‚°ãƒ©ãƒžã?®ç”Ÿç”£æ€§ã‚’増強ã?™ã‚‹ã€?強力ã?ªè§£æž?ツール。Javascriptã?®æ§‹æ–‡ãƒ?ェックや変数タイプã?¨ãƒ•ãƒãƒ¼åˆ†æž?ã‚’æ??ä¾›ã?—開発者ã?Œã?™ã??ã?«ã‚³ãƒ¼ãƒ‰ã?®å•?題ã?®å ´æ‰€ã‚’見ã?¤ã?…
Way to go. This thing throws bogus messages left and right, it is useless.