Preparing search index...
The search index is not available
Markuplit API
Markuplit API
@markuplint/file-resolver
resolveParser
Function resolveParser
resolve
Parser
(
file
:
Readonly
<
MLFile
>
, parserConfig
?:
ParserConfig
, parserOptions
?:
ParserOptions
)
:
Promise
<
{
matched
:
boolean
;
parser
:
MLMarkupLanguageParser
;
parserModName
:
string
;
parserOptions
:
ParserOptions
;
}
>
Parameters
file:
Readonly
<
MLFile
>
Optional
parserConfig:
ParserConfig
Optional
parserOptions:
ParserOptions
Returns
Promise
<
{
matched
:
boolean
;
parser
:
MLMarkupLanguageParser
;
parserModName
:
string
;
parserOptions
:
ParserOptions
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Markuplit API
@markuplint/file-
resolver
@markuplint/html-
parser
@markuplint/i18n
@markuplint/ml-
ast
@markuplint/ml-
config
@markuplint/ml-
core
@markuplint/ml-
spec
@markuplint/parser-
utils
@markuplint/selector
@markuplint/test-
tools
@markuplint/types
markuplint
Config
Provider
MLFile
Config
Set
Target
resolve
Files
resolve
Parser
resolve
Rules
resolve
Specs
Generated using
TypeDoc