We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb8b6f commit 8dd4c69Copy full SHA for 8dd4c69
Gemfile.jruby-3.1.lock.release
@@ -753,7 +753,7 @@ GEM
753
rake (13.2.1)
754
redis (4.8.1)
755
regexp_parser (2.10.0)
756
- rexml (3.4.2)
+ rexml (3.4.3)
757
rspec (3.13.1)
758
rspec-core (~> 3.13.0)
759
rspec-expectations (~> 3.13.0)
logstash-core/lib/logstash/compiler/lscl/lscl_grammar.rb
@@ -3611,9 +3611,11 @@ def _nt_selector_element
3611
r0
3612
end
3613
3614
-end
3615
3616
-class LogStashCompilerLSCLGrammarParser < Treetop::Runtime::CompiledParser
3617
- include LogStashCompilerLSCLGrammar
+ class Parser < Treetop::Runtime::CompiledParser
+ include LogStashCompilerLSCLGrammar
+ end
3618
3619
3620
+LogStashCompilerLSCLGrammarParser = LogStashCompilerLSCLGrammar::Parser
3621
+
0 commit comments