Is there any syntax checker for knockout.js?
- by YMC
I like knockout.js, the only problem is Visual Studio knows nothing about this framework, so it does not prevent me from silly things like assigning some value to observable property with '=' operator which makes it regular property, and it's not easy to reveal at compile time and often at runtime even.
I wonder is there any syntax…