Home
last modified time | relevance | path

Searched refs:typingLocation (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/jsTyping/
DjsTyping.ts23 typingLocation: string; property
167 inferredTypings.set(name, typing.typingLocation);
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts250 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/
DtypingsInstaller.ts1496 …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/
DtypingsInstaller.js115058 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
Dtsserver.js152397 inferredTypings.set(name, typing.typingLocation);
DtypescriptServices.js115263 inferredTypings.set(name, typing.typingLocation);
Dtsserverlibrary.js115263 inferredTypings.set(name, typing.typingLocation);
Dtypescript.js115263 inferredTypings.set(name, typing.typingLocation);