Preparing search index...
The search index is not available
@cspell/cspell-types
@cspell/cspell-types
Parser
Interface Parser
interface
Parser
{
name
:
string
;
parse
(
content
:
string
,
filename
:
string
)
:
ParseResult
;
}
Index
Properties
name
Methods
parse
Properties
Readonly
name
name
:
string
Name of parser
Methods
parse
parse
(
content
,
filename
)
:
ParseResult
Parse Method
Parameters
content
:
string
full content of the file
filename
:
string
filename
Returns
ParseResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
Methods
parse
@cspell/cspell-types
Loading...
Name of parser