MCPcopy
hub / github.com/inikulin/parse5 / SAXParserOptions

Interface SAXParserOptions

packages/parse5-sax-parser/lib/index.ts:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ParserFeedbackSimulator } from './parser-feedback-simulator.js';
5
6export interface SAXParserOptions {
7 /**
8 * Enables source code location information for tokens.
9 *
10 * When enabled, each token will have a `sourceCodeLocation` property.
11 */
12 sourceCodeLocationInfo?: boolean;
13}
14
15/**
16 * Streaming [SAX](https://en.wikipedia.org/wiki/Simple_API_for_XML)-style HTML parser.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…