Skip to content

Commit 356def9

Browse files
author
Yui T
committed
update baseline from merging
1 parent 81f760c commit 356def9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/baselines/reference/reactNamespaceImportPresevation.symbols

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ declare var foo: any;
1616
>foo : Symbol(foo, Decl(test.tsx, 1, 11))
1717

1818
<foo data/>;
19+
>foo : Symbol(unknown)
1920
>data : Symbol(unknown)
2021

tests/baselines/reference/reactNamespaceJSXEmit.symbols

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ declare var x: any;
1313
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))
1414

1515
<foo data/>;
16+
>foo : Symbol(unknown)
1617
>data : Symbol(unknown)
1718

1819
<Bar x={x} />;
@@ -21,6 +22,8 @@ declare var x: any;
2122
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))
2223

2324
<x-component />;
25+
>x-component : Symbol(unknown)
26+
2427
<Bar {...x} />;
2528
>Bar : Symbol(Bar, Decl(reactNamespaceJSXEmit.tsx, 3, 11))
2629
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))

0 commit comments

Comments
 (0)