Searched refs:matches (Results 1 – 8 of 8) sorted by relevance
28 matches<TSV extends string>(stateValue: TSV): this is State<TContext> & { value: TSV };32 if (state.matches('a') && state.matches('a.b')) {33 AssertType(state.matches('a') && state.matches('a.b'), "boolean");34 AssertType(state.matches('a'), "boolean");35 AssertType(state.matches, "<TSV extends string>(TSV) => this is State<{ foo: number; }> & { value: …37 AssertType(state.matches('a.b'), "boolean");38 AssertType(state.matches, "<TSV extends string>(TSV) => this is State<{ foo: number; }> & { value: …
163 + const matches = syntaxErrorMessage.match();164 + if (matches && matches.length) {166 + message: matches[3],167 + lineNumber: Number(matches[1]),168 + columnNumber: Number(matches[2])
529 const matches = fileContent.match(regex); constant531 if (matches) {532 collections = matches.map(match => match.slice(1, -1));
290 const matches = regex.test(str10); constant291 print(matches);
652 TypeError: No overload matches this call. [functionOverload1.ts:23:1]
93 class hierarchy of runtime matches the class hierarchy during AOT compilation.
534 …ibes the type of `AnnotationElement`. The order of elements in the array matches the order of `ele…
156 # Stripping is only done if one of the specified strings matches the left-hand1384 # project's filter section matches. Qt Help Project / Filter Attributes (see: