Home
last modified time | relevance | path

Searched defs:importClause (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/interop/src/
Dimport_path_expand.ts72 const importClause = node.importClause; constant
165 const importClause = ts.factory.createImportClause(false, importInfo.defaultImport?.name, constant
Dprocess_lazy_import.ts68 const importClause: ts.ImportClause | undefined = node.importClause; constant
Dprocess_interop_ui.ts318 const importClause = statement.importClause; constant
Dprocess_kit_import.ts322 … const importClause = ts.isImportClause(node) ? node : (node as ts.ImportDeclaration).importClause; constant
/developtools/ace_ets2bundle/compiler/src/
Dimport_path_expand.ts72 const importClause = node.importClause; constant
165 const importClause = ts.factory.createImportClause(false, importInfo.defaultImport?.name, constant
Dprocess_lazy_import.ts68 const importClause: ts.ImportClause | undefined = node.importClause; constant
Dprocess_kit_import.ts322 … const importClause = ts.isImportClause(node) ? node : (node as ts.ImportDeclaration).importClause; constant