Home
last modified time | relevance | path

Searched refs:IntrinsicAttributes (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypedStringLiteralsInJsxAttributes02.errors.txt3 …lick: (k: "left" | "right") => void; }' is not assignable to type 'IntrinsicAttributes & ButtonPro…
4 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'.
6 …lick: (k: "left" | "right") => void; }' is not assignable to type 'IntrinsicAttributes & LinkProps…
7 Property 'extra' does not exist on type 'IntrinsicAttributes & LinkProps'.
10 …ft" | "right") => void; extra: true; }' is not assignable to type 'IntrinsicAttributes & ButtonPro…
11 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'.
13 …ft" | "right") => void; extra: true; }' is not assignable to type 'IntrinsicAttributes & LinkProps…
14 Property 'onClick' does not exist on type 'IntrinsicAttributes & LinkProps'.
17 …Type '{ extra: true; goTo: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps…
18 Property 'extra' does not exist on type 'IntrinsicAttributes & ButtonProps'.
[all …]
DcheckJsxChildrenProperty15.errors.txt1 …0,17): error TS2322: Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes'.
2 Property 'children' does not exist on type 'IntrinsicAttributes'.
3 …TS2322: Type '{ children: Element; key: string; }' is not assignable to type 'IntrinsicAttributes'.
4 Property 'children' does not exist on type 'IntrinsicAttributes'.
5 …2322: Type '{ children: Element[]; key: string; }' is not assignable to type 'IntrinsicAttributes'.
6 Property 'children' does not exist on type 'IntrinsicAttributes'.
21 !!! error TS2322: Type '{ children: Element; }' is not assignable to type 'IntrinsicAttributes'.
22 !!! error TS2322: Property 'children' does not exist on type 'IntrinsicAttributes'.
25 …TS2322: Type '{ children: Element; key: string; }' is not assignable to type 'IntrinsicAttributes'.
26 !!! error TS2322: Property 'children' does not exist on type 'IntrinsicAttributes'.
[all …]
DtsxStatelessFunctionComponents1.errors.txt1 …rror TS2322: Type '{ naaame: string; }' is not assignable to type 'IntrinsicAttributes & { name: s…
2 …Property 'naaame' does not exist on type 'IntrinsicAttributes & { name: string; }'. Did you mean '…
4 … TS2322: Type '{ naaaaaaame: string; }' is not assignable to type 'IntrinsicAttributes & { name?: …
5 Property 'naaaaaaame' does not exist on type 'IntrinsicAttributes & { name?: string; }'.
7 ….tsx(37,23): error TS2322: Type '{ prop1: true; }' is not assignable to type 'IntrinsicAttributes'.
8 Property 'prop1' does not exist on type 'IntrinsicAttributes'.
9 …4): error TS2322: Type '{ ref: (x: any) => any; }' is not assignable to type 'IntrinsicAttributes'.
10 Property 'ref' does not exist on type 'IntrinsicAttributes'.
12 …ror TS2559: Type '{ prop1: boolean; }' has no properties in common with type 'IntrinsicAttributes'.
36 !!! error TS2322: Type '{ naaame: string; }' is not assignable to type 'IntrinsicAttributes & { nam…
[all …]
DtsxStatelessFunctionComponentOverload4.errors.txt3 Type '{ extraProp: true; }' is not assignable to type 'IntrinsicAttributes'.
4 Property 'extraProp' does not exist on type 'IntrinsicAttributes'.
6 …Type '{ extraProp: true; }' is not assignable to type 'IntrinsicAttributes & { yy: number; yy1: st…
7 … Property 'extraProp' does not exist on type 'IntrinsicAttributes & { yy: number; yy1: string; }'.
10 Type '{ yy: number; }' is not assignable to type 'IntrinsicAttributes'.
11 Property 'yy' does not exist on type 'IntrinsicAttributes'.
16 Type '{ yy1: true; yy: number; }' is not assignable to type 'IntrinsicAttributes'.
17 Property 'yy1' does not exist on type 'IntrinsicAttributes'.
22 Type '{ y1: number; yy: number; yy1: string; }' is not assignable to type 'IntrinsicAttributes'.
23 Property 'y1' does not exist on type 'IntrinsicAttributes'.
[all …]
DspellingSuggestionJSXAttribute.errors.txt11 …Type '{ class: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttribute…
12 …Property 'class' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<MyComp> & …
14 …Type '{ class: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttribute…
15 …Property 'class' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<MyComp> & …
16 …error TS2322: Type '{ class: string; }' is not assignable to type 'IntrinsicAttributes & { classNa…
17 …Property 'class' does not exist on type 'IntrinsicAttributes & { className?: string; htmlFor?: str…
20 …Type '{ for: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<…
21 …Property 'for' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<MyComp> & Re…
23 …Type '{ for: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<…
24 …Property 'for' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<MyComp> & Re…
[all …]
DtsxUnionElementType4.errors.txt2 …1): error TS2322: Type '{ x: number; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
3 …Property 'x' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<RC4> & { child…
4 …): error TS2322: Type '{ prop: true; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
5 …Property 'prop' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<RC3> & { ch…
43 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
46 !!! error TS2322: Type '{ x: number; }' is not assignable to type 'IntrinsicAttributes & IntrinsicC…
47 !!! error TS2322: Property 'x' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttrib…
50 !!! error TS2322: Type '{ prop: true; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
51 !!! error TS2322: Property 'prop' does not exist on type 'IntrinsicAttributes & IntrinsicClassAtt…
DtsxStatelessFunctionComponentOverload5.errors.txt3 …Click: (e: MouseEvent<any>) => void; }' is not assignable to type 'IntrinsicAttributes & ButtonPro…
4 Property 'to' does not exist on type 'IntrinsicAttributes & ButtonProps'.
6 …Click: (e: MouseEvent<any>) => void; }' is not assignable to type 'IntrinsicAttributes & LinkProps…
7 Property 'onClick' does not exist on type 'IntrinsicAttributes & LinkProps'.
9 …Click: (e: MouseEvent<any>) => void; }' is not assignable to type 'IntrinsicAttributes & HyphenPro…
10 Property 'to' does not exist on type 'IntrinsicAttributes & HyphenProps'.
86 …Click: (e: MouseEvent<any>) => void; }' is not assignable to type 'IntrinsicAttributes & ButtonPro…
87 !!! error TS2769: Property 'to' does not exist on type 'IntrinsicAttributes & ButtonProps'.
89 …Click: (e: MouseEvent<any>) => void; }' is not assignable to type 'IntrinsicAttributes & LinkProps…
90 !!! error TS2769: Property 'onClick' does not exist on type 'IntrinsicAttributes & LinkProps'.
[all …]
DtsxAttributeResolution11.errors.txt1 …: error TS2322: Type '{ bar: string; }' is not assignable to type 'IntrinsicAttributes & { ref?: s…
2 Property 'bar' does not exist on type 'IntrinsicAttributes & { ref?: string; }'.
13 interface IntrinsicAttributes {
31 !!! error TS2322: Type '{ bar: string; }' is not assignable to type 'IntrinsicAttributes & { ref?: …
32 !!! error TS2322: Property 'bar' does not exist on type 'IntrinsicAttributes & { ref?: string; }'.
DtsxStatelessFunctionComponentsWithTypeArguments4.errors.txt3 Type '{ a: number; }' is not assignable to type 'IntrinsicAttributes'.
4 Property 'a' does not exist on type 'IntrinsicAttributes'.
11 Type 'T & { "ignore-prop": true; }' has no properties in common with type 'IntrinsicAttributes'.
13 …Type 'T & { "ignore-prop": true; }' is not assignable to type 'IntrinsicAttributes & { b: number; …
16 …Type 'T & { "ignore-prop": true; }' is not assignable to type 'IntrinsicAttributes & { b: unknown;…
33 !!! error TS2769: Type '{ a: number; }' is not assignable to type 'IntrinsicAttributes'.
34 !!! error TS2769: Property 'a' does not exist on type 'IntrinsicAttributes'.
39 …ected type comes from property 'a' which is declared here on type 'IntrinsicAttributes & { b: unkn…
45 … Type 'T & { "ignore-prop": true; }' has no properties in common with type 'IntrinsicAttributes'.
47 … Type 'T & { "ignore-prop": true; }' is not assignable to type 'IntrinsicAttributes & { b: numb…
[all …]
DtsxSpreadAttributesResolution14.errors.txt1 …roperty1: string; property2: number; }' is not assignable to type 'IntrinsicAttributes & AnotherCo…
2 …Property 'Property1' does not exist on type 'IntrinsicAttributes & AnotherComponentProps'. Did you…
18 …roperty1: string; property2: number; }' is not assignable to type 'IntrinsicAttributes & AnotherCo…
19 !!! error TS2322: Property 'Property1' does not exist on type 'IntrinsicAttributes & AnotherCompo…
DtsxAttributeResolution15.errors.txt1 …error TS2322: Type '{ prop1: string; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
2 …Property 'prop1' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<BigGreeter…
19 !!! error TS2322: Type '{ prop1: string; }' is not assignable to type 'IntrinsicAttributes & Intrin…
20 !!! error TS2322: Property 'prop1' does not exist on type 'IntrinsicAttributes & IntrinsicClassAt…
DtsxAttributeResolution12.errors.txt1 …ile.tsx(25,11): error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & { reqd: a…
3 …ile.tsx(28,11): error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & { reqd: a…
15 interface IntrinsicAttributes {
47 !!! error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & { reqd: any; }'.
54 !!! error TS2322: Type '{}' is not assignable to type 'IntrinsicAttributes & { reqd: any; }'.
DtsxAttributeResolution11.symbols17 interface IntrinsicAttributes {
18 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(react.d.ts, 6, 2))
21 >ref : Symbol(IntrinsicAttributes.ref, Decl(react.d.ts, 7, 32))
DtsxSpreadAttributesResolution2.errors.txt8 …ype '{ X: string; x: number; y: "2"; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
9 …Property 'X' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<Poisoned> & Po…
41 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
44 …ected type comes from property 'y' which is declared here on type 'IntrinsicAttributes & Intrinsic…
52 …ype '{ X: string; x: number; y: "2"; }' is not assignable to type 'IntrinsicAttributes & Intrinsic…
53 !!! error TS2322: Property 'X' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttrib…
DtsxUnionElementType6.errors.txt1 …file.tsx(18,23): error TS2322: Type '{ x: true; }' is not assignable to type 'IntrinsicAttributes'.
2 Property 'x' does not exist on type 'IntrinsicAttributes'.
28 !!! error TS2322: Type '{ x: true; }' is not assignable to type 'IntrinsicAttributes'.
29 !!! error TS2322: Property 'x' does not exist on type 'IntrinsicAttributes'.
33 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & { x: bool…
DtsxIntrinsicAttributeErrors.symbols14 interface IntrinsicAttributes {
15 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(tsxIntrinsicAttributeErrors.tsx, 4, 5))
18 >key : Symbol(IntrinsicAttributes.key, Decl(tsxIntrinsicAttributeErrors.tsx, 5, 35))
DtsxIntrinsicAttributeErrors.errors.txt1 …741: Property 'key' is missing in type '{ x: number; }' but required in type 'IntrinsicAttributes'.
10 interface IntrinsicAttributes {
35 …741: Property 'key' is missing in type '{ x: number; }' but required in type 'IntrinsicAttributes'.
DjsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.symbols34 interface IntrinsicAttributes { }
35 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(index.d.ts, 11, 48))
101 type ReactJSXIntrinsicAttributes = JSX.IntrinsicAttributes
104 >IntrinsicAttributes : Symbol(JSX.IntrinsicAttributes, Decl(index.d.ts, 11, 48))
151 interface IntrinsicAttributes extends ReactJSXIntrinsicAttributes { }
152 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(jsx-namespace.d.ts, 23, 46))
DjsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne.symbols34 interface IntrinsicAttributes {}
35 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(index.d.ts, 11, 44))
101 type ReactJSXIntrinsicAttributes = JSX.IntrinsicAttributes
104 >IntrinsicAttributes : Symbol(JSX.IntrinsicAttributes, Decl(index.d.ts, 11, 44))
151 interface IntrinsicAttributes extends ReactJSXIntrinsicAttributes {}
152 >IntrinsicAttributes : Symbol(IntrinsicAttributes, Decl(jsx-namespace.d.ts, 23, 42))
DtsxStatelessFunctionComponentsWithTypeArguments2.errors.txt2 …file.tsx(13,15): error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { prop: u…
21 … comes from property 'ignore-prop' which is declared here on type 'IntrinsicAttributes & { prop: n…
28 !!! error TS2322: Type 'T' is not assignable to type 'IntrinsicAttributes & { prop: unknown; "ignor…
39 …ed type comes from property 'func' which is declared here on type 'IntrinsicAttributes & { func: (…
55 …omes from property 'selectHandler' which is declared here on type 'IntrinsicAttributes & InferPara…
DtsxSpreadAttributesResolution10.errors.txt29 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
33 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
37 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
41 …ected type comes from property 'x' which is declared here on type 'IntrinsicAttributes & Intrinsic…
DjsxNamespaceImplicitImportJSXNamespaceFromPragmaPickedOverGlobalOne.js16 interface IntrinsicAttributes { }
38 type ReactJSXIntrinsicAttributes = JSX.IntrinsicAttributes
52 interface IntrinsicAttributes extends ReactJSXIntrinsicAttributes { }
DjsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne.js16 interface IntrinsicAttributes {}
38 type ReactJSXIntrinsicAttributes = JSX.IntrinsicAttributes
52 interface IntrinsicAttributes extends ReactJSXIntrinsicAttributes {}
DjsxNamespaceImplicitImportJSXNamespaceFromConfigPickedOverGlobalOne.types21 interface IntrinsicAttributes {}
66 type ReactJSXIntrinsicAttributes = JSX.IntrinsicAttributes
67 >ReactJSXIntrinsicAttributes : JSX.IntrinsicAttributes
90 interface IntrinsicAttributes extends ReactJSXIntrinsicAttributes {}
DtsxStatelessFunctionComponents2.errors.txt1 …: error TS2322: Type '{ ref: string; }' is not assignable to type 'IntrinsicAttributes & { name?: …
2 Property 'ref' does not exist on type 'IntrinsicAttributes & { name?: string; }'.
29 !!! error TS2322: Type '{ ref: string; }' is not assignable to type 'IntrinsicAttributes & { name?:…
30 !!! error TS2322: Property 'ref' does not exist on type 'IntrinsicAttributes & { name?: string; }…

1234