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

Function newRegExpBodyToken

packages/compiler/src/expression_parser/lexer.ts:223–225  ·  view source on GitHub ↗
(index: number, end: number, text: string)

Source from the content-addressed store, hash-verified

221}
222
223function newRegExpBodyToken(index: number, end: number, text: string): Token {
224 return new Token(index, end, TokenType.RegExpBody, 0, text);
225}
226
227function newRegExpFlagsToken(index: number, end: number, text: string): Token {
228 return new Token(index, end, TokenType.RegExpFlags, 0, text);

Callers 1

scanRegexMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…