MCPcopy Create free account
hub / github.com/angular/angular / _consumeBlockEnd

Method _consumeBlockEnd

packages/compiler/src/ml_parser/lexer.ts:361–364  ·  view source on GitHub ↗
(start: CharacterCursor)

Source from the content-addressed store, hash-verified

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.

Callers 1

tokenizeMethod · 0.95

Calls 2

_beginTokenMethod · 0.95
_endTokenMethod · 0.95

Tested by

no test coverage detected