Artifact f9d301dd8fe8f5aa514fce5b06e36c10cf862aaa86215f7230869a81225e2e08:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [9bb0f089b9] at 2018-10-11 07:11:43 on branch trunk — [graphspell][core][js] several syntax and bug fixes (thanks to IllusionPerdu) (user: olr, size: 328) [annotate] [blame] [check-ins using]
// Grammar checker graph rules /*jslint esversion: 6*/ /*global exports*/ "use strict"; ${string} var gc_rules_graph = { dAllGraph: ${rules_graphsJS}, dRule: ${rules_actionsJS} }; if (typeof(exports) !== 'undefined') { exports.dAllGraph = gc_rules_graph.dAllGraph; exports.dRule = gc_rules_graph.dRule; }