File tree
164 files changed
+985
-805
lines changed- .changeset
- bindings/binding_html_node/src
- crates
- binding_macros
- hstr/src
- swc
- src/config
- tests/fixture
- deno/deno-10014/case1/output
- issues-10xxx
- 10346/output
- 10442-ignoreList/output
- 10445-glob-filepattern/output
- issues-1xxx
- 1309/case1/output
- 1581/case2/output
- issues-2xxx/2423/output
- issues-3xxx
- 3715
- 1/output
- 2/output
- 3716/output
- 3782/output
- issues-4xxx
- 4006/1/output
- 4120/1/output
- 4870
- 1/output
- 2/output
- 4876/output
- issues-5xxx
- 5272/1/output
- 5644/output
- issues-6xxx
- 6244/1/output
- 6726/output
- issues-8xxx/8869/output
- jest
- issue-7506/output
- sourcemap-1/output
- next.js/39878/output
- sourcemap
- 001/output
- 002/output
- 003/output
- 004
- input
- output
- 005/output
- 006/output
- 007/output
- 008/output
- 009/output
- 010/output
- 011/output
- 012/output
- 013/output
- 014/output
- 015/output
- issue-2185/output
- issue-2666/output
- issue-3180/1/output
- issue-3733
- 1/output
- 2/output
- issue-3854
- 1-true/output
- 2-inline/output
- issue-6552/no-map/output
- issue-9567/output
- swc_bundler
- examples
- src
- bundler
- chunk
- tests
- swc_cli_impl
- swc_compiler_base
- src
- swc_core
- src
- tests
- swc_css_codegen
- src
- tests
- swc_css_compat/src/compiler
- swc_css_minifier/src/compressor
- swc_css_prefixer/src
- swc_ecma_ast/src
- swc_ecma_codegen/src
- swc_ecma_compat_bugfixes/src
- swc_ecma_compat_es2015/src
- block_scoping
- classes
- swc_ecma_compat_es2022/src/class_properties
- swc_ecma_lexer/src
- common/parser
- lexer
- swc_ecma_lints/src/rules
- swc_ecma_loader/tests
- swc_ecma_minifier
- src/compress
- optimize
- pure
- tests
- swc_ecma_parser/src/parser
- expr
- jsx
- swc_ecma_preset_env/src
- swc_ecma_regexp/src/parser/pattern_parser
- swc_ecma_transforms_base
- src
- helpers
- hygiene
- resolver
- tests
- swc_ecma_transforms_module/src
- swc_ecma_transforms_optimization/src/simplify/expr
- swc_ecma_transforms_proposal/src
- decorators/legacy
- swc_ecma_transforms_react/src
- display_name
- jsx
- pure_annotations
- refresh
- swc_ecma_transforms_typescript/src
- swc_ecma_utils/src
- function
- swc_ecma_visit/tests
- swc_estree_compat
- src/babelify
- swc_html_codegen/tests
- swc_html_minifier/src
- swc_html_parser
- benches
- src/parser
- tests
- swc_node_bundler
- src
- loaders
- v1
- swc_plugin_runner/tests/fixture/swc_internal_plugin/src
- swc_typescript/src/fast_dts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+985
-805
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
4 | 15 |
| |
5 | 16 |
| |
6 | 17 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
4 | 13 |
| |
5 | 14 |
| |
6 | 15 |
| |
|
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 |
| - | |
| 405 | + | |
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
| |||
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
426 |
| - | |
| 426 | + | |
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
146 | 147 |
| |
147 | 148 |
| |
148 | 149 |
| |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
149 | 172 |
| |
150 | 173 |
| |
151 | 174 |
| |
|
Lines changed: 57 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 |
| |
100 | 105 |
| |
101 | 106 |
| |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
106 | 119 |
| |
107 |
| - | |
108 |
| - | |
| 120 | + | |
| 121 | + | |
109 | 122 |
| |
110 |
| - | |
| 123 | + | |
| 124 | + | |
111 | 125 |
| |
112 | 126 |
| |
113 | 127 |
| |
| |||
430 | 444 |
| |
431 | 445 |
| |
432 | 446 |
| |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
Lines changed: 13 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1838 | 1838 |
| |
1839 | 1839 |
| |
1840 | 1840 |
| |
1841 |
| - | |
1842 |
| - | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
1843 | 1844 |
| |
1844 | 1845 |
| |
1845 | 1846 |
| |
| |||
1855 | 1856 |
| |
1856 | 1857 |
| |
1857 | 1858 |
| |
1858 |
| - | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
1859 | 1865 |
| |
1860 | 1866 |
| |
1861 | 1867 |
| |
| |||
1882 | 1888 |
| |
1883 | 1889 |
| |
1884 | 1890 |
| |
1885 |
| - | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
1886 | 1895 |
| |
1887 | 1896 |
| |
1888 | 1897 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments