@wdprlib/parser
Preparing search index...
parser/rules/block/module/resolution/document
ModuleDocumentRegistry
Class ModuleDocumentRegistry
Tracks parse-local side channels while module fragments are merged.
Index
Constructors
constructor
Properties
diagnostics
Methods
finalize
register
Constructors
constructor
new
ModuleDocumentRegistry
()
:
ModuleDocumentRegistry
Returns
ModuleDocumentRegistry
Properties
Readonly
diagnostics
diagnostics
:
Diagnostic
[]
= []
Methods
finalize
finalize
(
ast
:
SyntaxTree
,
elements
:
Element
[]
,
pageTags
:
string
[]
|
null
,
ensureFootnoteBlock
?:
boolean
,
)
:
SyntaxTree
Parameters
ast
:
SyntaxTree
elements
:
Element
[]
pageTags
:
string
[]
|
null
ensureFootnoteBlock
:
boolean
= true
Returns
SyntaxTree
register
register
(
result
:
ModuleParseResult
,
options
?:
RegisterOptions
)
:
SyntaxTree
Parameters
result
:
ModuleParseResult
options
:
RegisterOptions
= {}
Returns
SyntaxTree
Package
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
diagnostics
Methods
finalize
register
@wdprlib/parser
Loading...
Tracks parse-local side channels while module fragments are merged.