Artifact 8c47453ba63eaa343e3ef6ee2b5d04b3634c46031062470afc56c8380b66d3b4:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [b543565245] at 2020-04-22 04:33:29 on branch trunk — [build][core] stricter building process, store URLs in a separate dictionary [fr] ajustements (rebuild necessary to avoid bug) (user: olr, size: 435) [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}, dURL: ${rules_graph_URL} }; if (typeof(exports) !== 'undefined') { exports.dAllGraph = gc_rules_graph.dAllGraph; exports.dRule = gc_rules_graph.dRule; exports.dURL = gc_rules_graph.dURL; }