Artifact 6e7c6b0d6d2461d0697d0c88f7a02a0e1475822f61127b4c2589ff8174f2aade:
- File gc_core/js/lang_core/gc_rules_graph.js — part of check-in [9ae8f0a042] at 2018-10-11 15:13:57 on branch nodejs — [js] Revert syntax change (user: IllusionPerdu, size: 362) [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; }