Searched refs:getImpliedNodeFormatForFile (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/services/ |
D | transpile.ts | 82 …impliedNodeFormat: getImpliedNodeFormatForFile(toPath(inputFileName, "", compilerHost.getCanonical…
|
D | documentRegistry.ts | 238 …impliedNodeFormat: host && getImpliedNodeFormatForFile(path, host.getCompilerHost?.()?.getModuleRe…
|
D | services.ts | 1034 impliedNodeFormat: getImpliedNodeFormatForFile(
|
/third_party/typescript/src/compiler/ |
D | moduleSpecifiers.ts | 48 …return getImpliedNodeFormatForFile(importingSourceFileName, host.getPackageJsonInfoCache?.(), getM…
|
D | program.ts | 849 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC… function
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 2261 impliedNodeFormat: ts.getImpliedNodeFormatForFile(
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 5562 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC…
|
D | typescriptServices.d.ts | 5562 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC…
|
D | tsserverlibrary.d.ts | 5562 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC…
|
D | typingsInstaller.js | 121361 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { function 121365 ts.getImpliedNodeFormatForFile = getImpliedNodeFormatForFile; 127203 …return ts.getImpliedNodeFormatForFile(importingSourceFileName, (_a = host.getPackageJsonInfoCache)…
|
D | tsc.js | 100663 function getImpliedNodeFormatForFile(fileName, packageJsonInfoCache, host, options) { function 100667 ts.getImpliedNodeFormatForFile = getImpliedNodeFormatForFile; 105731 …return ts.getImpliedNodeFormatForFile(importingSourceFileName, (_a = host.getPackageJsonInfoCache)…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 5562 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC…
|
D | tsserverlibrary.d.ts | 5562 …export function getImpliedNodeFormatForFile(fileName: Path, packageJsonInfoCache: PackageJsonInfoC…
|