Grammalecte  Diff

Differences From Artifact [c85bd666a1]:

To Artifact [03bc540fb7]:


1
2
3
4
5
6
7
8
9
10
11

12
13



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') {
exports.lParagraphRules = lParagraphRules;
exports.lSentenceRules = lSentenceRules;
	exports.lParagraphRules = lParagraphRules;
	exports.lSentenceRules = lSentenceRules;
}