Preparing search index...
The search index is not available
@fluent/syntax - v0.19.0
@fluent/syntax - v0.19.0
BaseComment
Class BaseComment
Abstract
Base class for AST nodes which can have Spans.
Hierarchy
SyntaxNode
BaseComment
Comment
GroupComment
ResourceComment
Index
Constructors
constructor
Properties
content
span?
type
Methods
clone
equals
Constructors
constructor
new
Base
Comment
(
content
:
string
)
:
BaseComment
Parameters
content:
string
Returns
BaseComment
Properties
content
content
:
string
Optional
span
span
?:
Span
Abstract
type
type
:
string
Methods
clone
clone
(
)
:
BaseComment
Returns
BaseComment
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
Base
Comment
constructor
content
span?
type
clone
equals
Base class for AST nodes which can have Spans.