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

Interface TokenSourceData

test/utils/generate-tokenization-tests.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16interface TokenSourceData {
17 tokens: HtmlLibToken[];
18 errors: TokenError[];
19}
20
21type TokenSourceCreator = (data: TokenizeHandler) => Tokenizer;
22

Callers

nothing calls this directly

Implementers 1

TokenizeHandlertest/utils/generate-tokenization-tests

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…