JavaScript Error Handling Scripts

Hello Everybody,

I’m in the process of writing some AppleScripts to route any JavaScript errors back you your IDE or text editor during the development process. Couple of goals: use your browser to check the syntax of a JavaScript project. If any syntax error is found, the error is bounced back to your IDE or text editor. Runtime error handling will be nice and pretty easy to integrate too Let me know if you are interested in helping with this little project.

The scripts are not really usable yet - I’m mainly interested in finding some others who see the value in this and want to help extend it.

http://philmaker.googlepages.com/rebound.html

Thanks,
Phil

I started a new Google project for this JavaScript validator. This new Google project is more broadly scoped though and I may start a new thread about it. This new project is geared toward building code of any sort of project without the need for an IDE: just using the Finder and a text editor and it uses contexts to determine how and what to build.

http://code.google.com/p/mac-applescript-devtool/downloads/list
http://code.google.com/p/mac-applescript-devtool/

Philip