(start: CharacterCursor)
| 342 | } |
| 343 | |
| 344 | private _consumeBlockEnd(start: CharacterCursor) { |
| 345 | this._beginToken(TokenType.BLOCK_CLOSE, start); |
| 346 | this._endToken([]); |
| 347 | } |
| 348 | |
| 349 | private _consumeBlockParameters() { |
| 350 | // Trim the whitespace until the first parameter. |
no test coverage detected