MCPcopy Index your code
hub / github.com/angular/angular / BlockParameter

Class BlockParameter

packages/compiler/src/ml_parser/ast.ts:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199export class BlockParameter implements BaseNode {
200 constructor(
201 public expression: string,
202 public sourceSpan: ParseSourceSpan,
203 ) {}
204
205 visit(visitor: Visitor, context: any): any {
206 return visitor.visitBlockParameter(this, context);
207 }
208}
209
210export class LetDeclaration implements BaseNode {
211 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…