| 12826 | /** Main Lexer class */ |
| 12827 | |
| 12828 | class Lexer { |
| 12829 | // category codes, only supports comment characters (14) for now |
| 12830 | constructor(input, settings) { |
| 12831 | this.input = void 0; |
nothing calls this directly
no outgoing calls
no test coverage detected