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

Method diff

packages/compiler/src/ml_parser/lexer.ts:1588–1588  ·  view source on GitHub ↗

The number of characters between `this` cursor and `other` cursor.

(other: this)

Source from the content-addressed store, hash-verified

1586 charsLeft(): number;
1587 /** The number of characters between `this` cursor and `other` cursor. */
1588 diff(other: this): number;
1589 /** Make a copy of this cursor */
1590 clone(): CharacterCursor;
1591}

Callers 5

ngDoCheckMethod · 0.65
ngDoCheckMethod · 0.65
transformMethod · 0.65
diffFunction · 0.65

Implementers 1

PlainCharacterCursorpackages/compiler/src/ml_parser/lexer.

Calls

no outgoing calls

Tested by

no test coverage detected