Home
last modified time | relevance | path

Searched defs:firstOrUndefined (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts544 …const enumMember = type.symbol.exports ? firstOrUndefined(arrayFrom(type.symbol.exports.values()))… constant
/third_party/typescript/src/compiler/
Dcore.ts1091 export function firstOrUndefined<T>(array: readonly T[] | undefined): T | undefined { function
/third_party/typescript/src/services/
Dutilities.ts2184 const declaration = symbol.declarations ? firstOrUndefined(symbol.declarations) : undefined; constant
/third_party/typescript/lib/
DtypingsInstaller.js1116 function firstOrUndefined(array) { function
Dtsc.js984 function firstOrUndefined(array) { function