Skip to main content

Interface: ParseResult

Defined in: Parser/parser.ts:48

Properties

content?

readonly optional content?: string

Defined in: Parser/parser.ts:54

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: Parser/parser.ts:59

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


parsedTexts

readonly parsedTexts: Iterable<ParsedText>

Defined in: Parser/parser.ts:60