()
| 68 | } |
| 69 | |
| 70 | startJSX() { |
| 71 | // Unwind the scanner before the lookahead token. |
| 72 | this.scanner.index = this.startMarker.index; |
| 73 | this.scanner.lineNumber = this.startMarker.line; |
| 74 | this.scanner.lineStart = this.startMarker.index - this.startMarker.column; |
| 75 | } |
| 76 | |
| 77 | finishJSX() { |
| 78 | // Prime the next lookahead. |
no outgoing calls
no test coverage detected