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