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

Method diff

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

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

(other: this)

Source from the content-addressed store, hash-verified

1601 charsLeft(): number;
1602 /** The number of characters between `this` cursor and `other` cursor. */
1603 diff(other: this): number;
1604 /** Make a copy of this cursor */
1605 clone(): CharacterCursor;
1606}

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