Search This Blog

Friday, July 9, 2010

Verify JavaScript syntax using C#

link -> Verify JavaScript syntax using C#
In the past few days, I’ve worked on finding a way to do static code analysis on JavaScript files.The resaon is that I want to apply some sort of binary and source code checking like FxCop and StyleCop provides for C#.
Would be cool to do something similar to this for our project. The IronJS project looks cool and might work better than JScript.net

No comments:

Post a Comment