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

Function newRegExpFlagsToken

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

Source from the content-addressed store, hash-verified

225}
226
227function newRegExpFlagsToken(index: number, end: number, text: string): Token {
228 return new Token(index, end, TokenType.RegExpFlags, 0, text);
229}
230
231export const EOF: Token = new Token(-1, -1, TokenType.Character, 0, '');
232

Callers 1

scanRegexFlagsMethod · 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…