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

Method _consumeBlockEnd

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

Source from the content-addressed store, hash-verified

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.

Callers 1

tokenizeMethod · 0.95

Calls 2

_beginTokenMethod · 0.95
_endTokenMethod · 0.95

Tested by

no test coverage detected