Skip to main content

Interface: ParseResult

Defined in: cspell-types/dist/index-KJUXVo8e.d.mts:143

Properties

content?

readonly optional content?: string

Defined in: cspell-types/dist/index-KJUXVo8e.d.mts:149

The full content of the file being parsed. Optionally returned by the parser. For performance reasons, the parser may choose not to return the full content.


filename?

readonly optional filename?: string

Defined in: cspell-types/dist/index-KJUXVo8e.d.mts:154

The name of the file being parsed. Optionally returned by the parser.


parsedTexts

readonly parsedTexts: Iterable<ParsedText>

Defined in: cspell-types/dist/index-KJUXVo8e.d.mts:155