File: jsxEsprimaFbTestSuite.symbols

package info (click to toggle)
node-typescript 3.3.3333-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324,548 kB
  • sloc: makefile: 6; sh: 3
file content (99 lines) | stat: -rw-r--r-- 3,125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
=== tests/cases/conformance/jsx/jsxEsprimaFbTestSuite.tsx ===
declare var React: any;
>React : Symbol(React, Decl(jsxEsprimaFbTestSuite.tsx, 0, 11))

declare var 日本語;
>日本語 : Symbol(日本語, Decl(jsxEsprimaFbTestSuite.tsx, 1, 11))

declare var AbC_def;
>AbC_def : Symbol(AbC_def, Decl(jsxEsprimaFbTestSuite.tsx, 2, 11))

declare var LeftRight;
>LeftRight : Symbol(LeftRight, Decl(jsxEsprimaFbTestSuite.tsx, 3, 11))

declare var x;
>x : Symbol(x, Decl(jsxEsprimaFbTestSuite.tsx, 4, 11))

declare var a;
>a : Symbol(a, Decl(jsxEsprimaFbTestSuite.tsx, 5, 11))

declare var props;
>props : Symbol(props, Decl(jsxEsprimaFbTestSuite.tsx, 6, 11))

<a />;

//<n:a n:v />; Namespace unsuported

//<a n:foo="bar"> {value} <b><c /></b></a>;  Namespace unsuported

<a b={" "} c=" " d="&amp;" e="id=1&group=2" f="&#123456789" g="&#123*;" h="&#x;" />;
>b : Symbol(b, Decl(jsxEsprimaFbTestSuite.tsx, 14, 2))
>c : Symbol(c, Decl(jsxEsprimaFbTestSuite.tsx, 14, 10))
>d : Symbol(d, Decl(jsxEsprimaFbTestSuite.tsx, 14, 16))
>e : Symbol(e, Decl(jsxEsprimaFbTestSuite.tsx, 14, 26))
>f : Symbol(f, Decl(jsxEsprimaFbTestSuite.tsx, 14, 43))
>g : Symbol(g, Decl(jsxEsprimaFbTestSuite.tsx, 14, 59))
>h : Symbol(h, Decl(jsxEsprimaFbTestSuite.tsx, 14, 71))

<a b="&notanentity;" />;
>b : Symbol(b, Decl(jsxEsprimaFbTestSuite.tsx, 16, 2))

<a
/>;

<日本語></日本語>;
>日本語 : Symbol(日本語, Decl(jsxEsprimaFbTestSuite.tsx, 1, 11))
>日本語 : Symbol(日本語, Decl(jsxEsprimaFbTestSuite.tsx, 1, 11))

<AbC_def
>AbC_def : Symbol(AbC_def, Decl(jsxEsprimaFbTestSuite.tsx, 2, 11))

  test="&#x0026;&#38;">
>test : Symbol(test, Decl(jsxEsprimaFbTestSuite.tsx, 22, 8))

bar
baz
</AbC_def>;
>AbC_def : Symbol(AbC_def, Decl(jsxEsprimaFbTestSuite.tsx, 2, 11))

<a b={x ? <c /> : <d />} />;
>b : Symbol(b, Decl(jsxEsprimaFbTestSuite.tsx, 28, 2))
>x : Symbol(x, Decl(jsxEsprimaFbTestSuite.tsx, 4, 11))

<a>{}</a>;

<a>{/* this is a comment */}</a>;

<div>@test content</div>;

<div><br />7x invalid-js-identifier</div>;

<LeftRight left=<a /> right=<b>monkeys /> gorillas</b> />;
>LeftRight : Symbol(LeftRight, Decl(jsxEsprimaFbTestSuite.tsx, 3, 11))
>left : Symbol(left, Decl(jsxEsprimaFbTestSuite.tsx, 38, 10))

<a.b></a.b>;
>a : Symbol(a, Decl(jsxEsprimaFbTestSuite.tsx, 5, 11))
>a : Symbol(a, Decl(jsxEsprimaFbTestSuite.tsx, 5, 11))

<a.b.c></a.b.c>;
>a : Symbol(a, Decl(jsxEsprimaFbTestSuite.tsx, 5, 11))
>a : Symbol(a, Decl(jsxEsprimaFbTestSuite.tsx, 5, 11))

(<div />) < x;
>x : Symbol(x, Decl(jsxEsprimaFbTestSuite.tsx, 4, 11))

<div {...props} />;
>props : Symbol(props, Decl(jsxEsprimaFbTestSuite.tsx, 6, 11))

<div {...props} post="attribute" />;
>props : Symbol(props, Decl(jsxEsprimaFbTestSuite.tsx, 6, 11))
>post : Symbol(post, Decl(jsxEsprimaFbTestSuite.tsx, 48, 15))

<div pre="leading" pre2="attribute" {...props}></div>;
>pre : Symbol(pre, Decl(jsxEsprimaFbTestSuite.tsx, 50, 4))
>pre2 : Symbol(pre2, Decl(jsxEsprimaFbTestSuite.tsx, 50, 18))
>props : Symbol(props, Decl(jsxEsprimaFbTestSuite.tsx, 6, 11))

<a>    </a>;