Differences From Artifact [0c1a934c00]:
- File gc_core/js/jsex_regex.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: 3870) [annotate] [blame] [check-ins using] [more...]
- File js_extension/regex.js — part of check-in [66d247e62a] at 2017-12-24 18:52:35 on branch graphspell — [build][js] move JS language core extension to a dedicated folder (user: olr, size: 3870) [annotate] [blame] [check-ins using]
To Artifact [2a516ce8e2]:
- File js_extension/regex.js — part of check-in [8e5a2f5900] at 2018-08-07 08:09:50 on branch trunk — [graphspell][core][fx][tb][js] get rid of console.log() substitutes, assuming now default console is available from everywhere (eh, print now works as expected in JS! The JS pile of shit is decreasing a little) (user: olr, size: 3743) [annotate] [blame] [check-ins using]
︙ | |||
73 74 75 76 77 78 79 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - - - - + - | m.start.push(iPos); m.end.push(iPos + subm.length); } } } } catch (e) { |