Interface: ParseResult
Defined in: packages/cspell-types/dist/index-KJUXVo8e.d.mts:143
Properties
content?
readonlyoptionalcontent?:string
Defined in: packages/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?
readonlyoptionalfilename?:string
Defined in: packages/cspell-types/dist/index-KJUXVo8e.d.mts:154
The name of the file being parsed. Optionally returned by the parser.
parsedTexts
readonlyparsedTexts:Iterable<ParsedText>
Defined in: packages/cspell-types/dist/index-KJUXVo8e.d.mts:155