@eagleoutice/flowr - v2.15.8
Preparing search index...
src/cli/repl/core
handleString
Function handleString
handleString
(
code
:
string
)
:
{
rCode
:
string
|
undefined
;
remaining
:
never
[]
}
Handles a string input for the REPL, returning the parsed string and any remaining input.
Parameters
code
:
string
Returns
{
rCode
:
string
|
undefined
;
remaining
:
never
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Handles a string input for the REPL, returning the parsed string and any remaining input.