Differences From Artifact [b235fdd2ed]:
- File gc_core/js/lang_core/gc_rules.js — part of check-in [af3808d001] at 2017-08-01 08:32:23 on branch webext2 — [core][js] gc_options and gc_rules as objects (user: olr, size: 320) [annotate] [blame] [check-ins using]
To Artifact [02fc1d6f94]:
- File gc_core/js/lang_core/gc_rules.js — part of check-in [dfc3a68fbf] at 2017-08-03 10:12:37 on branch webext2 — [core][js] don’t use const for modules as objects: const don’t allow to be “redefined” even in a condition which wouldn’t allow redefinition (user: olr, size: 318) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 | // Grammar checker rules "use strict"; ${string} ${regex} | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | // Grammar checker rules "use strict"; ${string} ${regex} var gc_rules = { lParagraphRules: ${paragraph_rules_JS}, lSentenceRules: ${sentence_rules_JS} } if (typeof(exports) !== 'undefined') { |
︙ | ︙ |