https://bugzilla.wikimedia.org/show_bug.cgi?id=28626

--- Comment #17 from Krinkle <[email protected]> 2011-06-28 23:32:59 UTC ---
Just for the record, having a JSLint or JSHint (that is GPL) compatible in PHP
doesn't (directly) help this bug getting fixed. 

Many lints and hints are good practices or could cause constructions not to
work, or exceptions to be thrown. But just checking syntax errors probably
requires a different (possibly simpler) kind of validator.

This could be derived from JSHint or JSLint-ish tools, though.

But the kind of thing we should probably check for:
* Unclosed braces, brackets, quotes, apostrophes and parentheses.
* Closing too many of the above.
* Anything else ?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to