mediawiki-extensions-Visual.../modules/unicodejs
Timo Tijhof cf7f2b141d Set up node-jscs, pass it, and configure in local Gruntfile
Let's experiment with this via our local Gruntfile. If it works
fine we can install it in Jenkins (similar to node-csslint).

Verify through $ npm install && npm test;

Fixed all outstanding violations.

Also:
* Added syntaxhighight to ignore.
* Added imetests (which contain unformatted JSON) to ignore.
* In ve.dm.ModelRegistry#matchTypeRegExps, removed redundant
  !! cast from the [+!!withFunc] statement which was hitting
  a bug in node-jscs. All callers to this local private function
  pass a literal boolean true/false so no need to cast it.
* Removed "/* key .. , value */" from ve.setProp, though this
  wasn't caught by node-jscs, found it when searching for " , ".
* Made npm.devDependencies fixed instead of using tilde-ranges.
  This too often leads to strange bugs or sudden changes. Fixed
  them at the version they were currently ranging to.

Bug: 54218
Change-Id: Ib2630806f3946874c8b01e58cf171df83a28da29
2013-12-06 10:37:27 -08:00
..
test Set up node-jscs, pass it, and configure in local Gruntfile 2013-12-06 10:37:27 -08:00
tools Revert model to use simple UTF-16 code units 2013-11-26 19:38:14 +00:00
AUTHORS.txt Use grapheme clusters in unicodeJS.TextString 2013-05-30 17:34:10 +01:00
index.php Run UnicodeJS tests from Special:JavaScriptTest/qunit 2013-07-17 00:45:11 +02:00
LICENSE.txt UnicodeJS library to implement Unicode standards 2013-03-27 17:44:22 +00:00
unicodejs.graphemebreak.js Separate out UnicodeJS tests properly 2013-07-05 14:15:08 +02:00
unicodejs.graphemebreakproperties.js Match non-BMP characters in wordbreak regexes 2013-06-10 23:16:23 +01:00
unicodejs.js Set up node-jscs, pass it, and configure in local Gruntfile 2013-12-06 10:37:27 -08:00
unicodejs.textstring.js splitClusters uses Grapheme Cluster Boundary rules 2013-06-16 21:46:02 +01:00
unicodejs.wordbreak.js Set up node-jscs, pass it, and configure in local Gruntfile 2013-12-06 10:37:27 -08:00
unicodejs.wordbreakproperties.js Match non-BMP characters in wordbreak regexes 2013-06-10 23:16:23 +01:00