Differences From Artifact [c85bd666a1]:
- File gc_core/js/lang_core/gc_rules.js — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 239) [annotate] [blame] [check-ins using]
To Artifact [03bc540fb7]:
- File gc_core/js/lang_core/gc_rules.js — part of check-in [f9a034e6ce] at 2017-07-27 10:10:40 on branch trunk — [core][js] test if variable <exports> exists (user: olr, size: 282) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + - - + + + | // Grammar checker rules "use strict"; ${string} ${regex} const lParagraphRules = ${paragraph_rules_JS}; const lSentenceRules = ${sentence_rules_JS}; if (typeof(exports) !== 'undefined') { |