Artifact 7405261f29251b9df2fa1bbdc64c5604062c5b938a4282aa6d2def413f191ae3:
- 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]
// 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; }