@freelog/freelog-cg-collection 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,6 +174,24 @@ CollectionPolicyVisitor.prototype.visitState_context_args_section_at_event = fun
174
174
  };
175
175
 
176
176
 
177
+ // Visit a parse tree produced by CollectionPolicyParser#sc_args_at_event_param.
178
+ CollectionPolicyVisitor.prototype.visitSc_args_at_event_param = function(ctx) {
179
+ return this.visitChildren(ctx);
180
+ };
181
+
182
+
183
+ // Visit a parse tree produced by CollectionPolicyParser#sc_args_at_event_param_name.
184
+ CollectionPolicyVisitor.prototype.visitSc_args_at_event_param_name = function(ctx) {
185
+ return this.visitChildren(ctx);
186
+ };
187
+
188
+
189
+ // Visit a parse tree produced by CollectionPolicyParser#sc_args_at_event_param_value.
190
+ CollectionPolicyVisitor.prototype.visitSc_args_at_event_param_value = function(ctx) {
191
+ return this.visitChildren(ctx);
192
+ };
193
+
194
+
177
195
  // Visit a parse tree produced by CollectionPolicyParser#action_section.
178
196
  CollectionPolicyVisitor.prototype.visitAction_section = function(ctx) {
179
197
  return this.visitChildren(ctx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freelog/freelog-cg-collection",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "antlr4": "4.8.0",