Commit 2b1b6cd
File tree
Expand file treeCollapse file tree
9 files changed
+142
-1029
lines changedFilter options
- scripts
- src
- config
- legacy/config
Expand file treeCollapse file tree
9 files changed
+142
-1029
lines changed+103-958Lines changed: 103 additions & 958 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
| ||
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
130 |
| - |
131 | 130 |
|
132 | 131 |
|
133 | 132 |
|
|
scripts/generate-raw-compiler-options.js
Copy file name to clipboardExpand all lines: scripts/generate-raw-compiler-options.js-39Lines changed: 0 additions & 39 deletions
This file was deleted.
scripts/post-build.js
Copy file name to clipboard-13Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 |
| - |
5 | 2 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 | 3 |
|
src/config/index.ts
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
src/config/types.ts
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
src/legacy/config/config-set.ts
Copy file name to clipboardExpand all lines: src/legacy/config/config-set.ts+11-5Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
470 | 471 |
|
471 | 472 |
|
472 | 473 |
|
473 |
| - |
| 474 | + |
474 | 475 |
|
475 | 476 |
|
476 | 477 |
|
| ||
566 | 567 |
|
567 | 568 |
|
568 | 569 |
|
569 |
| - |
570 |
| - |
571 |
| - |
572 |
| - |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
573 | 579 |
|
574 | 580 |
|
575 | 581 |
|
|
src/raw-compiler-options.ts
Copy file name to clipboardExpand all lines: src/raw-compiler-options.ts+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
1 | 7 |
|
2 | 8 |
|
3 | 9 |
|
|
+16-11Lines changed: 16 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
60 |
| - |
| 61 | + |
61 | 62 |
|
62 | 63 |
|
63 | 64 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
71 | 76 |
|
72 |
| - |
| 77 | + |
73 | 78 |
|
74 | 79 |
|
75 |
| - |
| 80 | + |
76 | 81 |
|
77 | 82 |
|
78 | 83 |
|
79 |
| - |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
83 | 88 |
|
84 | 89 |
|
85 | 90 |
|
86 |
| - |
| 91 | + |
87 | 92 |
|
88 | 93 |
|
89 | 94 |
|
| ||
98 | 103 |
|
99 | 104 |
|
100 | 105 |
|
101 |
| - |
| 106 | + |
102 | 107 |
|
103 | 108 |
|
104 | 109 |
|
105 | 110 |
|
106 | 111 |
|
107 | 112 |
|
108 | 113 |
|
109 |
| - |
| 114 | + |
110 | 115 |
|
111 | 116 |
|
112 | 117 |
|
113 | 118 |
|
114 | 119 |
|
115 | 120 |
|
116 | 121 |
|
117 |
| - |
| 122 | + |
118 | 123 |
|
119 | 124 |
|
120 | 125 |
|
| ||
124 | 129 |
|
125 | 130 |
|
126 | 131 |
|
127 |
| - |
| 132 | + |
128 | 133 |
|
129 | 134 |
|
130 | 135 |
|
| ||
136 | 141 |
|
137 | 142 |
|
138 | 143 |
|
139 |
| - |
| 144 | + |
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
|
0 commit comments