syntastic/syntax_checkers/javascript
LCD 47 68131a7679 Bug fix: error sorting.
Error sorting can't be done as a postprocess function called from
SyntasticMake(), since the final values of some relevant fields (f.i.
type) might not be known yet at that point.  Solution: move sorting to
getLocListRaw(), after per-checker quiet_messages.  New checker methods
getWantSort() / setWantSort() are needed.

Second problem: some checkers return screen columns mixed with byte
indices.  Solution: compute screen columns as needed.  Sadly, everything
about working with screen columns is fragile.
2014-04-16 22:16:40 +03:00
..
closurecompiler.vim makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
eslint.vim Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
gjslint.vim makeprgBuild() refactor: add *_before and *_after options. 2014-01-28 21:44:44 +02:00
jscs.vim Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
jshint.vim jshint: require version 1.0.0 or later. 2014-03-25 19:59:50 +02:00
jsl.vim Expand a few config parameters. 2014-03-20 07:18:30 +02:00
jslint.vim \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
jsxhint.vim jsxhint can be used independently. 2014-04-05 03:38:08 -02:30