Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DrequireInTs.ts25 … const { allowSyntheticDefaults, defaultImportName, namedImports, statement, required } = info; constant
32 readonly allowSyntheticDefaults: boolean; property
DimportFixes.ts624 const allowSyntheticDefaults = getAllowSyntheticDefaultImports(compilerOptions); constant