Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
Junk
Class Junk
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
Junk
Index
Constructors
constructor
Properties
annotations
content
span?
type
Methods
add
Annotation
clone
equals
Constructors
constructor
new
Junk
(
content
:
string
)
:
Junk
Parameters
content:
string
Returns
Junk
Properties
annotations
annotations
:
Annotation
[]
content
content
:
string
Optional
span
span
?:
Span
type
type
:
"Junk"
= ...
Methods
add
Annotation
add
Annotation
(
annotation
:
Annotation
)
:
void
Parameters
annotation:
Annotation
Returns
void
clone
clone
(
)
:
Junk
Returns
Junk
equals
equals
(
other
:
BaseNode
, ignoredFields
?:
string
[]
)
:
boolean
Parameters
other:
BaseNode
ignoredFields:
string
[]
= ...
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@fluent/syntax -
v0.19.0
Junk
constructor
annotations
content
span?
type
add
Annotation
clone
equals
Base class for AST nodes which can have Spans.