Home
last modified time | relevance | path

Searched defs:tryRemovePrefix (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts2715 export function tryRemovePrefix(str: string, prefix: string, getCanonicalFileName: GetCanonicalFile… function
/third_party/typescript/lib/
Dtsc.js1642 function tryRemovePrefix(str, prefix, getCanonicalFileName = identity) { function