MCPcopy Create free account
hub / github.com/TruthHun/BookStack /

Class

static/katex/katex.mjs:12828–12828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12826/** Main Lexer class */
12827
12828class Lexer {
12829 // category codes, only supports comment characters (14) for now
12830 constructor(input, settings) {
12831 this.input = void 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected