svelte-ast-print - v1.0.0
Preparing search index...
_internal/shared
Result
Class Result<N>
Instance with the result of printing
(serializing)
AST
Node
.
Type Parameters
N
extends
Node
=
Node
Index
Constructors
constructor
Properties
collector
node
opts
Accessors
code
lines
Constructors
constructor
new
Result
<
N
extends
Node
=
Node
>
(
node
:
N
,
opts
:
Options
,
collector
:
Collector
,
)
:
Result
<
N
>
Internal
Type Parameters
N
extends
Node
=
Node
Parameters
node
:
N
opts
:
Options
collector
:
Collector
Returns
Result
<
N
>
Properties
Internal
collector
collector
:
Collector
node
node
:
N
Internal
opts
opts
:
Options
Accessors
code
get
code
()
:
string
Get the stringified output.
Returns
string
lines
get
lines
()
:
Line
[]
Internal
Returns
Line
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
collector
node
opts
Accessors
code
lines
svelte-ast-print - v1.0.0
Loading...
Instance with the result of printing (serializing) AST Node.