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

Method _isInExpansionForm

packages/compiler/src/ml_parser/lexer.ts:1473–1479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1471 }
1472
1473 private _isInExpansionForm(): boolean {
1474 return (
1475 this._expansionCaseStack.length > 0 &&
1476 this._expansionCaseStack[this._expansionCaseStack.length - 1] ===
1477 TokenType.EXPANSION_FORM_START
1478 );
1479 }
1480
1481 private isExpansionFormStart(): boolean {
1482 if (this._cursor.peek() !== chars.$LBRACE) {

Callers 4

tokenizeMethod · 0.95
_createErrorMethod · 0.95
_isInExpansionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected