Artifact 41e4864e6c786c2eeaee981d83100a5c9bb1dad7a585d9f769c2ce07660c5d08:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [2d5c0dce59] at 2018-10-10 12:08:41 on branch nodejs — [js] All Grammalecte work in node (user: IllusionPerdu, size: 363) [annotate] [blame] [check-ins using]
// Grammar checker graph rules /* jshint esversion:6, -W097 */ /* 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; }