Commit 9a6367b
File tree
122 files changed
+613
-319
lines changed- crates
- dbg-swc/src/util
- swc
- src
- tests
- fixture/issues-9xxx/9204
- input
- output
- swc_bundler/src
- bundler
- chunk
- import
- swc_ecma_compat_bugfixes/src
- swc_ecma_compat_common/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_es2019/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
- metadata
- pass
- hygiene
- mangle_names
- util
- tests
- swc_ecma_preset_env/src
- corejs2
- corejs3
- swc_ecma_transforms_base/tests
- swc_ecma_transforms_classes/src
- swc_ecma_transforms_compat/src
- swc_ecma_transforms_module/src
- swc_ecma_transforms_optimization
- src
- simplify
- branch
- dce
- expr
- inlining
- tests
- dce-jsx
- property
- property2
- spread
- var
- swc_ecma_usage_analyzer/src
- alias
- analyzer
- swc_ecma_utils/src
- function
- swc_ecma_visit/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+613
-319
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
|
0 commit comments