| /third_party/typescript/tests/baselines/reference/config/showConfig/Shows tsconfig for single option/typeRoots/ |
| D | tsconfig.json | 3 "typeRoots": [] array
|
| /third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
| D | types-should-load-from-config-file-path-if-config-exists.js | 35 Program options: {"types":["node"],"typeRoots":[],"watch":true,"project":"/a/b/tsconfig.json","conf… property
|
| /third_party/jsframework/ |
| D | tsconfig.json | 18 "typeRoots": [ array
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | reuseProgramStructure.ts | 401 const options: CompilerOptions = { target, typeRoots: ["/types"] }; constant 416 const options: CompilerOptions = { target, typeRoots: ["/types"] }; constant 438 const options: CompilerOptions = { target, typeRoots: ["/types"] }; constant
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | cachingFileSystemInformation.ts | 239 const typeRoots = ["types", "node_modules/@types"]; constant
|
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 1104 …const typeRoots = getEffectiveTypeRoots(options, { directoryExists: directoryExistsForTypeRootWatc… constant
|
| D | moduleNameResolver.ts | 337 const typeRoots = getEffectiveTypeRoots(options, host); constant 526 const typeRoots = getEffectiveTypeRoots(options, host); constant
|
| /third_party/typescript/src/services/ |
| D | stringCompletions.ts | 893 … const typeRoots = tryAndIgnoreErrors(() => getEffectiveTypeRoots(options, host)) || emptyArray; constant
|
| /third_party/typescript/tests/dets/ |
| D | tsconfig.json | 732 "typeRoots": [], array
|
| /third_party/typescript/tests/arkTSTest/ |
| D | tsconfig.json | 794 "typeRoots": [], array
|
| /third_party/typescript/src/server/ |
| D | protocol.ts | 3601 typeRoots?: string[]; property
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 2842 typeRoots?: string[]; property
|
| D | typescript.d.ts | 3175 typeRoots?: string[]; property
|
| D | typescriptServices.d.ts | 3175 typeRoots?: string[]; property
|
| D | tsserverlibrary.d.ts | 3175 typeRoots?: string[]; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3175 typeRoots?: string[]; property
|
| D | tsserverlibrary.d.ts | 3175 typeRoots?: string[]; property
|