This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1952
1952
! | # {function(!string)} non-nullable type
1953
1953
)?
1954
1954
[a-zA-Z_$][\\ w$]+
1955
+ (?:\\ [\\ ])? # {function(string[])} type application, an array of strings
1955
1956
(?:
1956
1957
\\ s*,\\ s*
1957
1958
(?:
1961
1962
! | # {function(string, !string)} non-nullable type
1962
1963
)?
1963
1964
[a-zA-Z_$][\\ w$]+
1965
+ (?:\\ [\\ ])? # {function(string[])} type application, an array of strings
1964
1966
)
1965
1967
|
1966
1968
(?:
1967
1969
\\ .{3}[a-zA-Z_$][\\ w$]+ # {function(string, ...string)} variable number of parameters
1968
1970
)
1969
1971
)
1970
1972
)*
1973
+ =? # {function(string=)} optional parameter
1971
1974
)*
1972
1975
\\ s*
1973
1976
\\ )
2102
2105
! | # {function(!string)} non-nullable type
2103
2106
)?
2104
2107
[a-zA-Z_$][\\ w$]+
2108
+ (?:\\ [\\ ])? # {function(string[])} type application, an array of strings
2105
2109
(?:
2106
2110
\\ s*,\\ s*
2107
2111
(?:
2111
2115
! | # {function(string, !string)} non-nullable type
2112
2116
)?
2113
2117
[a-zA-Z_$][\\ w$]+
2118
+ (?:\\ [\\ ])? # {function(string[])} type application, an array of strings
2114
2119
)
2115
2120
|
2116
2121
(?:
2117
2122
\\ .{3}[a-zA-Z_$][\\ w$]+ # {function(string, ...string)} variable number of parameters
2118
2123
)
2119
2124
)
2120
2125
)*
2126
+ =? # {function(string=)} optional parameter
2121
2127
)*
2122
2128
\\ s*
2123
2129
\\ )
You can’t perform that action at this time.
0 commit comments