Home
last modified time | relevance | path

Searched refs:canonicalFileName (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/harness/
DfakesHosts.ts331 …const canonicalFileName = this.getCanonicalFileName(vpath.resolve(this.getCurrentDirectory(), file… constant
332 const existing = this._sourceFiles.get(canonicalFileName);
335 const content = this.readFile(canonicalFileName);
346 const meta = this.vfs.filemeta(canonicalFileName);
349 this._sourceFiles.set(canonicalFileName, sourceFileFromMetadata);
359 this._sourceFiles.set(canonicalFileName, parsed);
363 const stats = this.vfs.statSync(canonicalFileName);
368 …st shadowRootStats = fs.shadowRoot.existsSync(canonicalFileName) ? fs.shadowRoot.statSync(canonica…
383 fs.filemeta(canonicalFileName).set(cacheKey, parsed);
/third_party/typescript/src/compiler/
Dpath.ts771 const canonicalFileName = getCanonicalFileName(fileName); constant
773 …return startsWith(canonicalFileName, canonicalDirectoryName + "/") || startsWith(canonicalFileName
Dprogram.ts2800 const canonicalFileName = host.getCanonicalFileName(fileName); constant
2801 …JsonModule), extension => fileExtensionIs(canonicalFileName, extension)) && !fileExtensionIs(canon…
2803 if (hasJSFileExtension(canonicalFileName)) {
2824 …else if (isReferencedFile(reason) && canonicalFileName === host.getCanonicalFileName(getSourceFile…
/third_party/typescript/src/server/
DeditorServices.ts1571 const canonicalFileName = this.toCanonicalFileName(info.fileName); constant
1572 if (this.openFilesWithNonRootedDiskPath.get(canonicalFileName) === info) {
1573 this.openFilesWithNonRootedDiskPath.delete(canonicalFileName);
/third_party/typescript/lib/
DtypingsInstaller.js8175 var canonicalFileName = getCanonicalFileName(fileName);
8177 …return ts.startsWith(canonicalFileName, canonicalDirectoryName + "/") || ts.startsWith(canonicalFi…
Dtsc.js5325 var canonicalFileName = getCanonicalFileName(fileName);
5327 …return ts.startsWith(canonicalFileName, canonicalDirectoryName + "/") || ts.startsWith(canonicalFi…