Home
last modified time | relevance | path

Searched defs:importMode (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts941 const importMode = overrideMode || importingSourceFile.impliedNodeFormat; constant
/third_party/typescript/lib/
Dtsc.js42409 function getLocalModuleSpecifier(moduleFileName, info, compilerOptions, host, importMode, { ending,… argument
42609 function getAllowedEndings(preferredEnding, compilerOptions, importMode) { argument