Differences From Artifact [7405261f29]:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [bd97be5de1] at 2018-09-19 18:47:22 on branch trunk — [core][js] add forgotten file <gc_rules_graph.js> to the repo (user: olr, size: 327) [annotate] [blame] [check-ins using]
To Artifact [f9d301dd8f]:
- 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]
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 16 17 18 19 20 | - + | // Grammar checker graph rules /*jslint esversion: 6*/ /*global exports*/ "use strict"; ${string} var gc_rules_graph = { dAllGraph: ${rules_graphsJS}, dRule: ${rules_actionsJS} |