Set the full text — diffs against internal buffer, pushes only the delta. * Resets automatically if the text was replaced (not appended).
(fullText: string)
| 431 | /** Set the full text — diffs against internal buffer, pushes only the delta. |
| 432 | * Resets automatically if the text was replaced (not appended). */ |
| 433 | set(fullText: string): ParseResult; |
| 434 | /** Get the latest ParseResult without consuming new data. */ |
| 435 | getResult(): ParseResult; |
| 436 | } |
no outgoing calls
no test coverage detected