File: tsxReactEmit3.symbols

package info (click to toggle)
node-typescript 5.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 497,488 kB
  • sloc: javascript: 2,107,274; makefile: 6; sh: 1
file content (24 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//// [tests/cases/conformance/jsx/tsxReactEmit3.tsx] ////

=== test.tsx ===
declare module JSX { interface Element { } }
>JSX : Symbol(JSX, Decl(test.tsx, 0, 0))
>Element : Symbol(Element, Decl(test.tsx, 0, 20))

declare var React: any;
>React : Symbol(React, Decl(test.tsx, 1, 11))

declare var Foo, Bar, baz;
>Foo : Symbol(Foo, Decl(test.tsx, 3, 11))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>baz : Symbol(baz, Decl(test.tsx, 3, 21))

<Foo> <Bar> q </Bar> <Bar/>   s <Bar/><Bar/></Foo>;
>Foo : Symbol(Foo, Decl(test.tsx, 3, 11))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>Bar : Symbol(Bar, Decl(test.tsx, 3, 16))
>Foo : Symbol(Foo, Decl(test.tsx, 3, 11))