Searched refs:jsxImport (Results 1 – 3 of 3) sorted by relevance
2674 … const jsxImport = getJSXRuntimeImport(getJSXImplicitImportBase(options, file), options); constant2675 if (jsxImport) {2677 (imports ||= []).push(createSyntheticImport(jsxImport, file));
122964 … var jsxImport = ts.getJSXRuntimeImport(ts.getJSXImplicitImportBase(options, file), options);122965 if (jsxImport) {122967 (imports || (imports = [])).push(createSyntheticImport(jsxImport, file));
102041 … var jsxImport = ts.getJSXRuntimeImport(ts.getJSXImplicitImportBase(options, file), options);102042 if (jsxImport) {102043 (imports || (imports = [])).push(createSyntheticImport(jsxImport, file));