Home
last modified time | relevance | path

Searched refs:jsxImport (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dprogram.ts2674 … const jsxImport = getJSXRuntimeImport(getJSXImplicitImportBase(options, file), options); constant
2675 if (jsxImport) {
2677 (imports ||= []).push(createSyntheticImport(jsxImport, file));
/third_party/typescript/lib/
DtypingsInstaller.js122964 … var jsxImport = ts.getJSXRuntimeImport(ts.getJSXImplicitImportBase(options, file), options);
122965 if (jsxImport) {
122967 (imports || (imports = [])).push(createSyntheticImport(jsxImport, file));
Dtsc.js102041 … var jsxImport = ts.getJSXRuntimeImport(ts.getJSXImplicitImportBase(options, file), options);
102042 if (jsxImport) {
102043 (imports || (imports = [])).push(createSyntheticImport(jsxImport, file));