Commit 0f8c1f7
File tree
Expand file treeCollapse file tree
14 files changed
+108
-11
lines changedFilter options
- src/compiler
- transformers
- tests
- baselines/reference
- cases/conformance/expressions/optionalChaining
- callChain
- elementAccessChain
- propertyAccessChain
Expand file treeCollapse file tree
14 files changed
+108
-11
lines changed+12-4Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4685 | 4685 |
|
4686 | 4686 |
|
4687 | 4687 |
|
| 4688 | + |
| 4689 | + |
| 4690 | + |
| 4691 | + |
| 4692 | + |
| 4693 | + |
| 4694 | + |
| 4695 | + |
4688 | 4696 |
|
4689 | 4697 |
|
4690 | 4698 |
|
4691 | 4699 |
|
4692 | 4700 |
|
4693 |
| - |
| 4701 | + |
4694 | 4702 |
|
4695 | 4703 |
|
4696 | 4704 |
|
| ||
4716 | 4724 |
|
4717 | 4725 |
|
4718 | 4726 |
|
4719 |
| - |
| 4727 | + |
4720 | 4728 |
|
4721 | 4729 |
|
4722 | 4730 |
|
| ||
4803 | 4811 |
|
4804 | 4812 |
|
4805 | 4813 |
|
4806 |
| - |
| 4814 | + |
4807 | 4815 |
|
4808 | 4816 |
|
4809 | 4817 |
|
| ||
4815 | 4823 |
|
4816 | 4824 |
|
4817 | 4825 |
|
4818 |
| - |
| 4826 | + |
4819 | 4827 |
|
4820 | 4828 |
|
4821 | 4829 |
|
|
src/compiler/transformers/es2020.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2020.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
tests/baselines/reference/callChain.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/callChain.js+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
| ||
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
| 79 | + |
| 80 | + |
tests/baselines/reference/callChain.symbols
Copy file name to clipboardExpand all lines: tests/baselines/reference/callChain.symbols+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
tests/baselines/reference/callChain.types
Copy file name to clipboardExpand all lines: tests/baselines/reference/callChain.types+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
tests/baselines/reference/elementAccessChain.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/elementAccessChain.js+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
| ||
39 | 43 |
|
40 | 44 |
|
41 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
tests/baselines/reference/elementAccessChain.symbols
Copy file name to clipboardExpand all lines: tests/baselines/reference/elementAccessChain.symbols+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
tests/baselines/reference/elementAccessChain.types
Copy file name to clipboardExpand all lines: tests/baselines/reference/elementAccessChain.types+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
tests/baselines/reference/propertyAccessChain.js
Copy file name to clipboardExpand all lines: tests/baselines/reference/propertyAccessChain.js+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| ||
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| 38 | + |
| 39 | + |
tests/baselines/reference/propertyAccessChain.symbols
Copy file name to clipboardExpand all lines: tests/baselines/reference/propertyAccessChain.symbols+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
tests/baselines/reference/propertyAccessChain.types
Copy file name to clipboardExpand all lines: tests/baselines/reference/propertyAccessChain.types+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
tests/cases/conformance/expressions/optionalChaining/callChain/callChain.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/expressions/optionalChaining/callChain/callChain.ts+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
tests/cases/conformance/expressions/optionalChaining/elementAccessChain/elementAccessChain.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/expressions/optionalChaining/elementAccessChain/elementAccessChain.ts+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/propertyAccessChain.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/propertyAccessChain.ts+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
0 commit comments