Polyman Documentation - v2.3.3
Preparing search index...
types
ScriptOutput
Type Alias ScriptOutput
ScriptOutput
:
|
{
kind
:
"single"
;
index
:
number
|
null
}
|
{
kind
:
"multi"
;
indices
:
number
[]
}
Internal: output target of a script line.
single
— one test index.
index === null
means
$
(assign at resolve time).
multi
— generator writes the listed indices itself (no stdout redirect).
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Polyman Documentation - v2.3.3
Loading...
Internal: output target of a script line.
single— one test index.index === nullmeans$(assign at resolve time).multi— generator writes the listed indices itself (no stdout redirect).