File tree
240 files changed
+59371
-56342
lines changed- src
- compiler
- factory
- transformers
- declarations
- module
- deprecatedCompat
- 4.0
- 4.2
- 4.6
- 4.7
- 4.8
- executeCommandLine
- harness
- jsTyping
- server
- services
- codefixes
- formatting
- refactors
- testRunner
- parallel
- tsserver
- typescriptServices
- typingsInstaller
- typingsInstallerCore
- webServer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
240 files changed
+59371
-56342
lines changedDiff for: src/compiler/binder.ts
+1,237-1,177
Large diffs are not rendered by default.
Diff for: src/compiler/builder.ts
+337-322
Large diffs are not rendered by default.
Diff for: src/compiler/builderPublic.ts
+40-35
Large diffs are not rendered by default.
Diff for: src/compiler/builderState.ts
+100-93
Large diffs are not rendered by default.
Diff for: src/compiler/builderStatePublic.ts
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
|
Diff for: src/compiler/checker.ts
+13,529-13,331
Large diffs are not rendered by default.
Diff for: src/compiler/commandLineParser.ts
+845-824
Large diffs are not rendered by default.
Diff for: src/compiler/core.ts
+171-167
Large diffs are not rendered by default.
Diff for: src/compiler/debug.ts
+247-230
Large diffs are not rendered by default.
Diff for: src/compiler/emitter.ts
+1,713-1,633
Large diffs are not rendered by default.
Diff for: src/compiler/factory/baseNodeFactory.ts
+21-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
| 39 | + | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 |
| - | |
| 43 | + | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
| 47 | + | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 |
| - | |
| 51 | + | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
|
0 commit comments