* The tokenizer used to tokenize strings.
()
| 40 | * The tokenizer used to tokenize strings. |
| 41 | */ |
| 42 | get tokenizer() { |
| 43 | return this._tokenizer; |
| 44 | } |
| 45 | |
| 46 | set tokenizer(value: Tokenizer) { |
| 47 | this._tokenizer = value; |
nothing calls this directly
no outgoing calls
no test coverage detected