@swc/core 1.2.167 → 1.2.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,44 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/codegen)** Emit decorators before export (#4349) ([4953ce4](https://github.com/swc-project/swc/commit/4953ce466fcb008aa356d88489786b7bff3f2395))
9
+
10
+
11
+ - **(es/minifier)** Preserve vars in dead branches (#4345) ([5a5e41a](https://github.com/swc-project/swc/commit/5a5e41aaaa3791f76de9c73aa29c714fa097c773))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(es/minifier)** `const` => `let` (#3654) ([b3b95ac](https://github.com/swc-project/swc/commit/b3b95acc75f765af433b0c7f887821403561378f))
18
+
19
+ ### Miscellaneous Tasks
20
+
21
+
22
+
23
+ - **(es/minifier)** Organize scripts (#4347) ([14c74f5](https://github.com/swc-project/swc/commit/14c74f50c0b21d65d9604b58a2ce348baeb1baa3))
24
+
25
+
26
+ - **(es/minifier)** Improve scripts (#4339) ([2563c7f](https://github.com/swc-project/swc/commit/2563c7f8ff5bb86131f642b6cca948955d795820))
27
+
28
+
29
+ - **(repo)** Make git commit faster (#4353) ([f7df3d8](https://github.com/swc-project/swc/commit/f7df3d8f24a0571b1766e6187d2305fdf566b08a))- **general**: Fix CI script ([a953455](https://github.com/swc-project/swc/commit/a953455ada2604c65493db7a04dcfbdd2ef5ca78))
30
+
31
+ ### Performance
32
+
33
+
34
+
35
+ - **(es)** Disable wrong parallelization (#4354) ([da6fa60](https://github.com/swc-project/swc/commit/da6fa602310c0a56825723d83585fb258b88c931))
36
+
37
+
38
+ - **(es/minifier)** Split frequently used functions (#4352) ([42e15ae](https://github.com/swc-project/swc/commit/42e15aedc2b7c0ccdd9d6db58cc425a1e781cdd8))
39
+
40
+ ## [1.2.167] - 2022-04-17
41
+
42
+ ### Bug Fixes
43
+
44
+
45
+
8
46
  - **(es/parser)** Reject optional constructor call (#4340) ([31b3336](https://github.com/swc-project/swc/commit/31b3336cd5881ff8f99d791254ee02ff4fa23fcc))
9
47
 
10
48
  ### Miscellaneous Tasks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.167",
3
+ "version": "1.2.168",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -121,18 +121,18 @@
121
121
  "url": "https://opencollective.com/swc"
122
122
  },
123
123
  "optionalDependencies": {
124
- "@swc/core-win32-x64-msvc": "1.2.167",
125
- "@swc/core-darwin-x64": "1.2.167",
126
- "@swc/core-linux-x64-gnu": "1.2.167",
127
- "@swc/core-linux-x64-musl": "1.2.167",
128
- "@swc/core-freebsd-x64": "1.2.167",
129
- "@swc/core-win32-ia32-msvc": "1.2.167",
130
- "@swc/core-linux-arm64-gnu": "1.2.167",
131
- "@swc/core-linux-arm-gnueabihf": "1.2.167",
132
- "@swc/core-darwin-arm64": "1.2.167",
133
- "@swc/core-android-arm64": "1.2.167",
134
- "@swc/core-linux-arm64-musl": "1.2.167",
135
- "@swc/core-win32-arm64-msvc": "1.2.167",
136
- "@swc/core-android-arm-eabi": "1.2.167"
124
+ "@swc/core-win32-x64-msvc": "1.2.168",
125
+ "@swc/core-darwin-x64": "1.2.168",
126
+ "@swc/core-linux-x64-gnu": "1.2.168",
127
+ "@swc/core-linux-x64-musl": "1.2.168",
128
+ "@swc/core-freebsd-x64": "1.2.168",
129
+ "@swc/core-win32-ia32-msvc": "1.2.168",
130
+ "@swc/core-linux-arm64-gnu": "1.2.168",
131
+ "@swc/core-linux-arm-gnueabihf": "1.2.168",
132
+ "@swc/core-darwin-arm64": "1.2.168",
133
+ "@swc/core-android-arm64": "1.2.168",
134
+ "@swc/core-linux-arm64-musl": "1.2.168",
135
+ "@swc/core-win32-arm64-msvc": "1.2.168",
136
+ "@swc/core-android-arm-eabi": "1.2.168"
137
137
  }
138
138
  }