Preparing search index...
The search index is not available
@cspell/cspell-types
@cspell/cspell-types
ParseResult
Interface ParseResult
interface
ParseResult
{
content
:
string
;
filename
:
string
;
parsedTexts
:
Iterable
<
ParsedText
,
any
,
any
>
;
}
Index
Properties
content
filename
parsed
Texts
Properties
Readonly
content
content
:
string
Readonly
filename
filename
:
string
Readonly
parsed
Texts
parsed
Texts
:
Iterable
<
ParsedText
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
filename
parsed
Texts
@cspell/cspell-types
Loading...