update baseline from merging

This commit is contained in:
Yui T 2016-01-10 06:04:07 -08:00
parent 81f760c406
commit 356def91fa
2 changed files with 4 additions and 0 deletions

View file

@ -16,5 +16,6 @@ declare var foo: any;
>foo : Symbol(foo, Decl(test.tsx, 1, 11))
<foo data/>;
>foo : Symbol(unknown)
>data : Symbol(unknown)

View file

@ -13,6 +13,7 @@ declare var x: any;
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))
<foo data/>;
>foo : Symbol(unknown)
>data : Symbol(unknown)
<Bar x={x} />;
@ -21,6 +22,8 @@ declare var x: any;
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))
<x-component />;
>x-component : Symbol(unknown)
<Bar {...x} />;
>Bar : Symbol(Bar, Decl(reactNamespaceJSXEmit.tsx, 3, 11))
>x : Symbol(x, Decl(reactNamespaceJSXEmit.tsx, 4, 11))