Update RBI files for regexp_parser.
This commit is contained in:
parent
d6250de82e
commit
a32d513a8a
@ -1,9 +1,9 @@
|
||||
# typed: true
|
||||
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `regexp_parser` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem regexp_parser`.
|
||||
|
||||
# typed: true
|
||||
|
||||
module Regexp::Expression; end
|
||||
|
||||
class Regexp::Expression::Alternation < ::Regexp::Expression::SequenceOperation
|
||||
@ -603,6 +603,7 @@ class Regexp::Lexer
|
||||
end
|
||||
|
||||
Regexp::Lexer::CLOSING_TOKENS = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Lexer::CONDITION_TOKENS = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Lexer::OPENING_TOKENS = T.let(T.unsafe(nil), Array)
|
||||
|
||||
class Regexp::MatchLength
|
||||
@ -878,6 +879,7 @@ module Regexp::Syntax::Token::Backreference; end
|
||||
Regexp::Syntax::Token::Backreference::All = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::Backreference::Name = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::Backreference::Number = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::Backreference::Plain = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::Backreference::RecursionLevel = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::Backreference::Type = T.let(T.unsafe(nil), Symbol)
|
||||
module Regexp::Syntax::Token::CharacterSet; end
|
||||
@ -967,6 +969,7 @@ Regexp::Syntax::Token::UnicodeProperty::Age_V2_5_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_2 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Age_V2_6_3 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Age_V3_1_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::All = T.let(T.unsafe(nil), Array)
|
||||
module Regexp::Syntax::Token::UnicodeProperty::Category; end
|
||||
Regexp::Syntax::Token::UnicodeProperty::Category::All = T.let(T.unsafe(nil), Array)
|
||||
@ -998,6 +1001,7 @@ Regexp::Syntax::Token::UnicodeProperty::Script_V2_4_0 = T.let(T.unsafe(nil), Arr
|
||||
Regexp::Syntax::Token::UnicodeProperty::Script_V2_5_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Script_V2_6_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Script_V2_6_2 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Script_V3_1_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::Type = T.let(T.unsafe(nil), Symbol)
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V1_9_0 = T.let(T.unsafe(nil), Array)
|
||||
@ -1008,6 +1012,7 @@ Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_4_0 = T.let(T.unsafe(nil
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_5_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_6_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V2_6_2 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::UnicodeBlock_V3_1_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V1_9_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V1_9_3 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V2_0_0 = T.let(T.unsafe(nil), Array)
|
||||
@ -1018,6 +1023,7 @@ Regexp::Syntax::Token::UnicodeProperty::V2_5_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V2_6_0 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V2_6_2 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V2_6_3 = T.let(T.unsafe(nil), Array)
|
||||
Regexp::Syntax::Token::UnicodeProperty::V3_1_0 = T.let(T.unsafe(nil), Array)
|
||||
|
||||
class Regexp::Syntax::UnknownSyntaxNameError < ::Regexp::Syntax::SyntaxError
|
||||
def initialize(name); end
|
||||
@ -1082,6 +1088,10 @@ class Regexp::Syntax::V2_6_3 < ::Regexp::Syntax::V2_6_2
|
||||
def initialize; end
|
||||
end
|
||||
|
||||
class Regexp::Syntax::V3_1_0 < ::Regexp::Syntax::V2_6_3
|
||||
def initialize; end
|
||||
end
|
||||
|
||||
Regexp::Syntax::VERSION_CONST_REGEXP = T.let(T.unsafe(nil), Regexp)
|
||||
Regexp::Syntax::VERSION_FORMAT = T.let(T.unsafe(nil), String)
|
||||
Regexp::Syntax::VERSION_REGEXP = T.let(T.unsafe(nil), Regexp)
|
||||
Loading…
x
Reference in New Issue
Block a user