(start: CharacterCursor)
| 359 | } |
| 360 | |
| 361 | private _consumeBlockEnd(start: CharacterCursor) { |
| 362 | this._beginToken(TokenType.BLOCK_CLOSE, start); |
| 363 | this._endToken([]); |
| 364 | } |
| 365 | |
| 366 | private _consumeBlockParameters() { |
| 367 | // Trim the whitespace until the first parameter. |
no test coverage detected