Searched defs:bTs (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | rename.ts | 5 const bTs: File = { path: "/b.ts", content: 'import { a } from "./a";' }; constant 179 …const bTs: File = { path: "/b.ts", content: `import aTest from "./a"; function test() { return aTe… constant 216 … const bTs: File = { path: "/b.ts", content: `import { x } from "./a"; const y = x + 1;` }; constant
|
D | projectsWithReferences.ts | 63 const bTs: File = { constant 87 const { host, service, bTs } = createService(); constant 179 const bTs: File = { constant 203 const { host, service, bTs } = createService(); constant
|
D | declarationFileMaps.ts | 75 const bTs: File = { constant 471 const bTs: File = { path: "/b/b.ts", content: `f();` }; constant 690 const bTs: File = { path: "/b/src/b.ts", content: "" }; constant
|
D | getFileReferences.ts | 12 const bTs: File = { constant
|
D | completions.ts | 8 const bTs: File = { constant 173 const bTs: File = { constant
|
D | moduleSpecifierCache.ts | 10 const bTs: File = { constant
|
D | exportMapCache.ts | 10 const bTs: File = { constant
|
D | projectReferences.ts | 256 const bTs: File = { constant 281 const files = [libFile, aTs, a2Ts, configA, bDts, bTs, configB, cTs, configC]; constant
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectLoading.ts | 52 const bTs: File = { constant 76 const bTs: File = { constant 116 const bTs: File = { constant
|
/third_party/typescript/tests/cases/fourslash/ |
D | navigateToIIFE.ts | 19 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
|
D | navigateToSingleFileResults.ts | 20 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | incremental.ts | 239 const bTs: File = { constant
|
D | programUpdates.ts | 269 const bTs: File = { constant
|