Differences From Artifact [9672629a43]:
- File gc_lang/fr/modules-js/lexicographe.js — part of check-in [6c8ee6edcf] at 2017-08-08 16:49:19 on branch webext2_fix — [core][fr] change typeof(exports) before the require block (user: IllusionPerdu, size: 10646) [annotate] [blame] [check-ins using] [more...]
To Artifact [fd0872dfca]:
- File gc_lang/fr/modules-js/lexicographe.js — part of check-in [b89dc82bc4] at 2017-08-08 19:11:22 on branch webext2_fix — [core] add inline config for JSHint assuming es6 synthax and some global (user: IllusionPerdu, size: 10697) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | // Grammalecte - Lexicographe // License: MPL 2 "use strict"; ${string} ${map} | > > | 1 2 3 4 5 6 7 8 9 10 11 | // Grammalecte - Lexicographe // License: MPL 2 /*jslint esversion: 6*/ /*global require,exports*/ "use strict"; ${string} ${map} |
︙ | ︙ |