Home
last modified time | relevance | path

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

/third_party/typescript/src/server/
DeditorServices.ts3852 const excludedFiles: NormalizedPath[] = []; constant
3962 const excludedFiles = this.applySafeList(proj); constant
Dproject.ts2733 excludedFiles: readonly NormalizedPath[] = []; property in ts.server.ExternalProject