Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DutilitiesPublic.ts65 export type NormalizedPath = string & { __normalizedPathTag: any }; alias
Dproject.ts2781 excludedFiles: readonly NormalizedPath[] = []; property in ExternalProject