Differences From Artifact [c0e5d0e035]:
- File gc_core/js/tokenizer.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: 3748) [annotate] [blame] [check-ins using] [more...]
To Artifact [81088a0177]:
- File gc_core/js/tokenizer.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: 3799) [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 | + + | // JavaScript // Very simple tokenizer /*jslint esversion: 6*/ /*global require,exports*/ "use strict"; if (typeof(require) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } |
︙ |