Artifact 001ce9daa6687f107ed266d468262b532e496e5fe6bda998eb6efccc83cded48:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [448cd58d39] at 2020-04-22 13:59:53 on branch trunk — [build] make data more readable (user: olr, size: 437) [annotate] [blame] [check-ins using] [more...]
// 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}, dURL: ${rules_graph_URLJS} }; if (typeof(exports) !== 'undefined') { exports.dAllGraph = gc_rules_graph.dAllGraph; exports.dRule = gc_rules_graph.dRule; exports.dURL = gc_rules_graph.dURL; }