You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compiler/types.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4843,6 +4843,7 @@ namespace ts {
4843
4843
resolvedJSDocType?: Type;// Resolved type of a JSDoc type reference
4844
4844
switchTypes?: Type[];// Cached array of switch case expression types
4845
4845
jsxNamespace?: Symbol|false;// Resolved jsx namespace symbol for this node
4846
+
jsxImplicitImportContainer?: Symbol|false;// Resolved module symbol the implicit jsx import of this file should refer to
4846
4847
contextFreeType?: Type;// Cached context-free type used by the first pass of inference; used when a function's return is partially contextually sensitive
4847
4848
deferredNodes?: ESMap<NodeId,Node>;// Set of nodes whose checking has been deferred
4848
4849
capturedBlockScopeBindings?: Symbol[];// Block-scoped bindings captured beneath this part of an IterationStatement
tests/cases/conformance/jsx/jsxs/jsxJsxsCjsTransformCustomImport.tsx(2,11): error TS2307: Cannot find module 'preact/jsx-runtime' or its corresponding type declarations.
tests/cases/conformance/jsx/jsxs/jsxJsxsCjsTransformCustomImport.tsx(2,11): error TS2307: Cannot find module 'preact/jsx-dev-runtime' or its corresponding type declarations.
0 commit comments