Searched refs:typingLocation (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 23 typingLocation: string; property 167 inferredTypings.set(name, typing.typingLocation);
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 250 if (existingTypingFile.typingLocation === typingFile) { 267 …const newTyping: JsTyping.CachedTyping = { typingLocation: typingFile, version: new Version(versio… 374 … const newTyping: JsTyping.CachedTyping = { typingLocation: typingFile, version: newVersion };
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | typingsInstaller.ts | 1496 …const cache = new Map(getEntries<JsTyping.CachedTyping>({ node: { typingLocation: node.path, versi… 1518 …const cache = new Map(getEntries<JsTyping.CachedTyping>({ node: { typingLocation: node.path, versi… 1575 node: { typingLocation: node.path, version: new Version("1.3.0") }, 1576 commander: { typingLocation: commander.path, version: new Version("1.0.0") } 1601 node: { typingLocation: node.path, version: new Version("1.0.0") } 1632 node: { typingLocation: node.path, version: new Version("1.3.0-next.0") }, 1633 commander: { typingLocation: commander.path, version: new Version("1.3.0-next.0") }
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 115058 inferredTypings.set(name, typing.typingLocation); 115456 if (existingTypingFile.typingLocation === typingFile) { 115471 … var newTyping = { typingLocation: typingFile, version: new ts.Version(version_1) }; property 115577 var newTyping = { typingLocation: typingFile, version: newVersion }; property
|
D | tsserver.js | 152397 inferredTypings.set(name, typing.typingLocation);
|
D | typescriptServices.js | 115263 inferredTypings.set(name, typing.typingLocation);
|
D | tsserverlibrary.js | 115263 inferredTypings.set(name, typing.typingLocation);
|
D | typescript.js | 115263 inferredTypings.set(name, typing.typingLocation);
|