@eagleoutice/flowr - v2.13.14
Preparing search index...
test/functionality/_helper/repl
ReplParserTestCase
Interface ReplParserTestCase<QueryType>
interface
ReplParserTestCase
<
QueryType
extends
BaseQueryFormat
[
"type"
]
>
{
config
?:
object
;
expectedParse
:
ParsedQueryLine
<
QueryType
>
;
label
:
string
;
line
:
readonly
string
[]
;
parser
:
(
output
:
ReplOutput
,
splitLine
:
readonly
string
[]
,
config
:
FlowrConfig
,
)
=>
ParsedQueryLine
<
QueryType
>
;
}
Type Parameters
QueryType
extends
BaseQueryFormat
[
"type"
]
Index
Properties
config?
expected
Parse
label
line
parser
Properties
Optional
config
config
?:
object
expected
Parse
expectedParse
:
ParsedQueryLine
<
QueryType
>
label
label
:
string
line
line
:
readonly
string
[]
parser
parser
:
(
output
:
ReplOutput
,
splitLine
:
readonly
string
[]
,
config
:
FlowrConfig
,
)
=>
ParsedQueryLine
<
QueryType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
expected
Parse
label
line
parser
@eagleoutice/flowr - v2.13.14
Loading...