| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 157 …interface DOMElement<P extends HTMLAttributes<T> | SVGAttributes<T>, T extends Element> extends Re… 166 …interface DetailedReactHTMLElement<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOM… 200 …interface DetailedHTMLFactory<P extends HTMLAttributes<T>, T extends HTMLElement> extends DOMFacto… 246 function createElement<P extends HTMLAttributes<T>, T extends HTMLElement>( 279 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>( 284 function cloneElement<P extends HTMLAttributes<T>, T extends HTMLElement>( 842 type DetailedHTMLProps<E extends HTMLAttributes<T>, T> = ClassAttributes<T> & E; 1051 interface HTMLAttributes<T> extends DOMAttributes<T> { 1109 interface HTMLAttributes<T> extends DOMAttributes<T> { 1296 interface AllHTMLAttributes<T> extends HTMLAttributes<T> { [all …]
|
| D | react.d.ts | 48 interface ReactHTMLElement<T extends HTMLElement> extends DOMElement<HTMLAttributes<T>, T> { 77 interface HTMLFactory<T extends HTMLElement> extends DOMFactory<HTMLAttributes<T>, T> { 422 interface HTMLProps<T> extends HTMLAttributes<T>, ClassAttributes<T> { 1921 interface HTMLAttributes<T> extends DOMAttributes<T> { interface 2073 interface SVGAttributes<T> extends HTMLAttributes<T> {
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsxNamespaceGlobalReexportMissingAliasTarget.types | 12 interface HTMLAttributes<T = {}> { } 43 div: HTMLAttributes; 44 >div : HTMLAttributes<{}> 93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri… 98 props: JSXInternal.HTMLAttributes & 99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… 113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec… 128 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str… 133 props: JSXInternal.HTMLAttributes & 134 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… [all …]
|
| D | jsxNamespaceImplicitImportJSXNamespace.types | 12 interface HTMLAttributes<T = {}> { } 43 div: HTMLAttributes; 44 >div : HTMLAttributes<{}> 93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri… 98 props: JSXInternal.HTMLAttributes & 99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… 113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec… 129 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str… 134 props: JSXInternal.HTMLAttributes & 135 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… [all …]
|
| D | jsxNamespaceGlobalReexport.types | 12 interface HTMLAttributes<T = {}> { } 43 div: HTMLAttributes; 44 >div : HTMLAttributes<{}> 93 >jsx : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<stri… 98 props: JSXInternal.HTMLAttributes & 99 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… 113 >jsx : { (type: string, props: JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Rec… 128 >jsxs : { (type: string, props: JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<str… 133 props: JSXInternal.HTMLAttributes & 134 >props : JSXInternal.HTMLAttributes<{}> & JSXInternal.SVGAttributes<{}> & Record<string, any> & { c… [all …]
|
| D | reactTransitiveImportHasValidDeclaration.types | 4 export interface HTMLAttributes<T> {} 17 interface HTMLAttributes<T> { 23 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> 24 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 45 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 48 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 49 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 50 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 51 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement… 58 …ledHTMLProps<import("tests/cases/compiler/node_modules/react/index").HTMLAttributes<HTMLDivElement…
|
| D | reactTransitiveImportHasValidDeclaration.symbols | 10 export interface HTMLAttributes<T> {} 11 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24)) 25 interface HTMLAttributes<T> { 26 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24)) 30 >css : Symbol(HTMLAttributes.css, Decl(index.d.ts, 2, 33)) 36 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> 41 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 1, 47), Decl(index.d.ts, 1, 24))
|
| D | reactTransitiveImportHasValidDeclaration.js | 6 export interface HTMLAttributes<T> {} 13 interface HTMLAttributes<T> { 18 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> 47 …OtherComponent<{}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement…
|
| D | jsxNamespaceImplicitImportJSXNamespace.symbols | 31 interface HTMLAttributes<T = {}> { } 32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 89 div: HTMLAttributes; 91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 149 props: JSXInternal.HTMLAttributes & 152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 198 props: JSXInternal.HTMLAttributes & 201 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 247 props: JSXInternal.HTMLAttributes & 250 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
|
| D | jsxNamespaceGlobalReexportMissingAliasTarget.symbols | 31 interface HTMLAttributes<T = {}> { } 32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 89 div: HTMLAttributes; 91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 149 props: JSXInternal.HTMLAttributes & 152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 197 props: JSXInternal.HTMLAttributes & 200 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 245 props: JSXInternal.HTMLAttributes & 248 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
|
| D | jsxNamespaceGlobalReexport.symbols | 31 interface HTMLAttributes<T = {}> { } 32 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 89 div: HTMLAttributes; 91 >HTMLAttributes : Symbol(HTMLAttributes, Decl(index.d.ts, 7, 30)) 149 props: JSXInternal.HTMLAttributes & 152 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 197 props: JSXInternal.HTMLAttributes & 200 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30)) 245 props: JSXInternal.HTMLAttributes & 248 >HTMLAttributes : Symbol(JSXInternal.HTMLAttributes, Decl(index.d.ts, 7, 30))
|
| D | jsxNamespaceImplicitImportJSXNamespace.js | 12 interface HTMLAttributes<T = {}> { } 37 div: HTMLAttributes; 60 props: JSXInternal.HTMLAttributes & 74 props: JSXInternal.HTMLAttributes & 88 props: JSXInternal.HTMLAttributes &
|
| D | jsxNamespaceGlobalReexportMissingAliasTarget.js | 12 interface HTMLAttributes<T = {}> { } 37 div: HTMLAttributes; 60 props: JSXInternal.HTMLAttributes & 73 props: JSXInternal.HTMLAttributes & 86 props: JSXInternal.HTMLAttributes &
|
| D | jsxNamespaceGlobalReexport.js | 12 interface HTMLAttributes<T = {}> { } 37 div: HTMLAttributes; 60 props: JSXInternal.HTMLAttributes & 73 props: JSXInternal.HTMLAttributes & 86 props: JSXInternal.HTMLAttributes &
|
| D | jsxNamespaceGlobalReexportMissingAliasTarget.errors.txt | 14 interface HTMLAttributes<T = {}> { } 39 div: HTMLAttributes; 62 props: JSXInternal.HTMLAttributes & 75 props: JSXInternal.HTMLAttributes & 88 props: JSXInternal.HTMLAttributes &
|
| D | reactTagNameComponentWithPropsNoOOM2.types | 15 const rest: React.HTMLAttributes<HTMLElement> = {}; 16 >rest : React.HTMLAttributes<HTMLElement> 29 >rest : React.HTMLAttributes<HTMLElement>
|
| D | reactTagNameComponentWithPropsNoOOM2.symbols | 15 const rest: React.HTMLAttributes<HTMLElement> = {}; 18 >HTMLAttributes : Symbol(React.HTMLAttributes, Decl(react16.d.ts, 1048, 9), Decl(react16.d.ts, 1105…
|
| D | jsxCallElaborationCheckNoCrash1.errors.txt | 1 … assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement… 16 … assignable to type 'LibraryManagedAttributes<Tag, DetailedHTMLProps<HTMLAttributes<HTMLDivElement…
|
| D | reactTagNameComponentWithPropsNoOOM2.js | 8 const rest: React.HTMLAttributes<HTMLElement> = {};
|
| D | jsxFragmentFactoryNoUnusedLocals.types | 5 …tes<HTMLInputElement>, HTMLInputElement>; <P extends import("react").HTMLAttributes<T>, T extends …
|
| /third_party/typescript/tests/cases/compiler/ |
| D | jsxNamespaceGlobalReexportMissingAliasTarget.tsx | 14 interface HTMLAttributes<T = {}> { } 39 div: HTMLAttributes; 62 props: JSXInternal.HTMLAttributes & 75 props: JSXInternal.HTMLAttributes & 88 props: JSXInternal.HTMLAttributes &
|
| D | jsxNamespaceImplicitImportJSXNamespace.tsx | 13 interface HTMLAttributes<T = {}> { } 38 div: HTMLAttributes; 61 props: JSXInternal.HTMLAttributes & 75 props: JSXInternal.HTMLAttributes & 89 props: JSXInternal.HTMLAttributes &
|
| D | reactTransitiveImportHasValidDeclaration.ts | 5 export interface HTMLAttributes<T> {} interface 12 interface HTMLAttributes<T> { interface 17 "div": React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>
|
| D | jsxNamespaceGlobalReexport.tsx | 14 interface HTMLAttributes<T = {}> { } 39 div: HTMLAttributes; 62 props: JSXInternal.HTMLAttributes & 75 props: JSXInternal.HTMLAttributes & 88 props: JSXInternal.HTMLAttributes &
|
| D | reactTagNameComponentWithPropsNoOOM2.tsx | 9 const rest: React.HTMLAttributes<HTMLElement> = {};
|