@eagleoutice/flowr - v2.13.16
Preparing search index...
src/core/steps/pipeline/default-pipelines
DEFAULT_PARSE_PIPELINE
Variable DEFAULT_PARSE_PIPELINE
Const
DEFAULT_PARSE_PIPELINE
:
Pipeline
<
{
dependencies
:
readonly
[
]
;
description
:
"Parse the given R code into an AST"
;
executed
:
OncePerFile
;
humanReadableName
:
"parse with R shell"
;
name
:
"parse"
;
printer
:
{
"0"
:
<
Input
>
(
input
:
Input
)
=>
Input
;
"2"
:
{
(
value
:
any
,
replacer
?:
(...)
|
(...)
,
space
?:
(...)
|
(...)
|
(...)
,
)
:
string
;
(
value
:
any
,
replacer
?:
(...)
|
(...)
|
(...)
,
space
?:
(...)
|
(...)
|
(...)
,
)
:
string
;
}
;
"5"
:
(
p
:
ParseStepOutput
<
(...)
>
,
config
:
QuadSerializationConfiguration
,
)
=>
string
;
}
;
processor
:
(
_results
:
unknown
,
input
:
Partial
<
ParseRequiredInput
<
(...)
>
>
,
)
=>
Promise
<
ParseStepOutput
<
(...)
>
>
;
requiredInput
:
ParseRequiredInput
<
string
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.13.16
Loading...