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