Differences From Artifact [a34a81c6e5]:
- File gc_core/js/tokenizer.js — part of check-in [fa1205c098] at 2017-11-12 13:22:06 on branch Lexicographe — [core][fx] tokenizer: +acronyms (user: olr, size: 4729) [annotate] [blame] [check-ins using] [more...]
- File graphspell-js/tokenizer.js — part of check-in [bdfc6fd5e9] at 2017-12-24 18:58:54 on branch graphspell — [build][js] move files from gc_core to graphspell (user: olr, size: 4729) [annotate] [blame] [check-ins using]
To Artifact [d6429837c4]:
- File graphspell-js/tokenizer.js — part of check-in [5822c38ee9] at 2017-12-25 08:52:46 on branch graphspell — [build][tb] fix imports for Thunderbird (user: olr, size: 4740) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + | // JavaScript // Very simple tokenizer /*jslint esversion: 6*/ /*global require,exports*/ "use strict"; if (typeof(require) !== 'undefined') { |
︙ |