Commit 418a251
committed
Merge branch '10758-always-strict' of https://github.com/slawomir/TypeScript into slawomir-10758-always-strict
24 files changed
+225-2Lines changed: 225 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- transformers
- harness/unittests
- tests
- baselines/reference
- transpile
- cases/compiler
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+13-2Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
121 | 121 | |
122 | 122 | |
123 | 123 | |
124 | | - |
| 124 | + |
| 125 | + |
125 | 126 | |
126 | 127 | |
127 | 128 | |
| ||
139 | 140 | |
140 | 141 | |
141 | 142 | |
142 | | - |
| 143 | + |
143 | 144 | |
144 | 145 | |
145 | 146 | |
| ||
174 | 175 | |
175 | 176 | |
176 | 177 | |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
177 | 188 | |
178 | 189 | |
179 | 190 | |
|
Collapse file
src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
444 | 444 | |
445 | 445 | |
446 | 446 | |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
447 | 452 | |
448 | 453 | |
449 | 454 | |
|
Collapse file
src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2861 | 2861 | |
2862 | 2862 | |
2863 | 2863 | |
| 2864 | + |
| 2865 | + |
| 2866 | + |
| 2867 | + |
2864 | 2868 | |
2865 | 2869 | |
2866 | 2870 | |
|
Collapse file
+27Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2235 | 2235 | |
2236 | 2236 | |
2237 | 2237 | |
| 2238 | + |
| 2239 | + |
| 2240 | + |
| 2241 | + |
| 2242 | + |
| 2243 | + |
| 2244 | + |
| 2245 | + |
| 2246 | + |
| 2247 | + |
| 2248 | + |
| 2249 | + |
| 2250 | + |
| 2251 | + |
| 2252 | + |
| 2253 | + |
| 2254 | + |
| 2255 | + |
| 2256 | + |
| 2257 | + |
| 2258 | + |
| 2259 | + |
| 2260 | + |
| 2261 | + |
| 2262 | + |
| 2263 | + |
| 2264 | + |
2238 | 2265 | |
2239 | 2266 | |
2240 | 2267 | |
|
Collapse file
src/compiler/transformers/ts.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/ts.ts+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
436 | 436 | |
437 | 437 | |
438 | 438 | |
| 439 | + |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
439 | 444 | |
440 | 445 | |
441 | 446 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2925 | 2925 | |
2926 | 2926 | |
2927 | 2927 | |
| 2928 | + |
2928 | 2929 | |
2929 | 2930 | |
2930 | 2931 | |
|
Collapse file
src/harness/unittests/transpile.ts
Copy file name to clipboardExpand all lines: src/harness/unittests/transpile.ts+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
253 | 253 | |
254 | 254 | |
255 | 255 | |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
256 | 260 | |
257 | 261 | |
258 | 262 | |
|
Collapse file
tests/baselines/reference/alwaysStrict.errors.txt
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
tests/baselines/reference/alwaysStrict.js
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
Collapse file
tests/baselines/reference/alwaysStrictAlreadyUseStrict.js
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
0 commit comments