Searched defs:allowSyntheticDefaults (Results 1 – 2 of 2) sorted by relevance
25 … const { allowSyntheticDefaults, defaultImportName, namedImports, statement, required } = info; constant32 readonly allowSyntheticDefaults: boolean; property
624 const allowSyntheticDefaults = getAllowSyntheticDefaultImports(compilerOptions); constant