Home
last modified time | relevance | path

Searched defs:importModuleSpecifierEnding (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DimportNameCodeFix_endingPreference.ts23 for (const [fileName, importModuleSpecifierEnding, specifier] of tests) { constant
/third_party/typescript/src/server/
Dprotocol.ts3527 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
/third_party/typescript/src/compiler/
Dtypes.ts9638 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts2837 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
8892 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
Dtypescript.d.ts4889 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
/third_party/typescript/lib/
Dtsserverlibrary.d.ts2837 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
8892 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
Dtypescript.d.ts4889 readonly importModuleSpecifierEnding?: "auto" | "minimal" | "index" | "js"; property
Dtsc.js42249 function getPreferences(host, { importModuleSpecifierPreference, importModuleSpecifierEnding }, com… argument
48071importModuleSpecifierEnding: isBundle2 ? "minimal" : resolutionMode === 99 /* ESNext */ ? "js" : v… property