Commit e7358e0
1 parent a7d236c commit e7358e0
File tree
138 files changed
+3686
-2790
lines changed- crates
- swc_bundler/src
- bundler
- chunk
- import
- swc_ecma_ast/src
- swc_ecma_compat_bugfixes/src
- swc_ecma_compat_es2015/src
- block_scoping
- classes
- swc_ecma_compat_es2016/src
- swc_ecma_compat_es2017/src
- swc_ecma_compat_es2018/src
- swc_ecma_compat_es2020/src
- swc_ecma_compat_es2021/src
- swc_ecma_compat_es2022/src
- class_properties
- swc_ecma_compat_es3/src
- swc_ecma_minifier/src
- compress
- optimize
- pure
- util
- option
- pass
- util
- swc_ecma_parser
- src/parser
- expr
- tests
- common
- swc_ecma_preset_env/src
- corejs2
- corejs3
- swc_ecma_transforms_base
- benches
- src
- helpers
- rename
- swc_ecma_transforms_classes/src
- swc_ecma_transforms_compat
- src
- tests
- swc_ecma_transforms_module/src
- swc_ecma_transforms_optimization/src
- simplify
- branch
- expr
- inlining
- swc_ecma_transforms_proposal/src
- decorators
- legacy
- swc_ecma_transforms_react/src
- display_name
- jsx
- refresh
- swc_ecma_transforms_testing/src
- swc_ecma_transforms_typescript/src
- swc_ecma_utils/src
- function
- swc_estree_compat/src/swcify
- swc_node_bundler/src/loaders
- 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.
138 files changed
+3686
-2790
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
| 149 | + | |
149 | 150 |
| |
150 | 151 |
| |
151 | 152 |
| |
| |||
355 | 356 |
| |
356 | 357 |
| |
357 | 358 |
| |
358 |
| - | |
| 359 | + | |
359 | 360 |
| |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
| 361 | + | |
365 | 362 |
| |
366 |
| - | |
| 363 | + | |
| 364 | + | |
367 | 365 |
| |
368 | 366 |
| |
369 | 367 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 |
| |
122 | 125 |
| |
123 | 126 |
| |
| |||
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 |
| - | |
| 137 | + | |
135 | 138 |
| |
136 | 139 |
| |
137 | 140 |
| |
| |||
144 | 147 |
| |
145 | 148 |
| |
146 | 149 |
| |
147 |
| - | |
| 150 | + | |
| 151 | + | |
148 | 152 |
| |
149 |
| - | |
| 153 | + | |
150 | 154 |
| |
151 | 155 |
| |
152 | 156 |
| |
153 | 157 |
| |
154 |
| - | |
| 158 | + | |
| 159 | + | |
155 | 160 |
| |
156 | 161 |
| |
157 |
| - | |
| 162 | + | |
158 | 163 |
| |
159 | 164 |
| |
160 |
| - | |
| 165 | + | |
| 166 | + | |
161 | 167 |
| |
162 | 168 |
| |
163 | 169 |
| |
| |||
208 | 214 |
| |
209 | 215 |
| |
210 | 216 |
| |
211 |
| - | |
| 217 | + | |
212 | 218 |
| |
213 | 219 |
| |
214 | 220 |
| |
|
0 commit comments