@swc/core 1.3.72 → 1.3.73

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 +23 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,29 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/minifier)** Handle synthesized export default expression (#7707) ([5ea6f27](https://github.com/swc-project/swc/commit/5ea6f27eb07df768c6fab2bdff744e402480c53f))
9
+
10
+
11
+ - **(es/utils)** Fix string evaluation of array literals (#7731) ([e8c58cf](https://github.com/swc-project/swc/commit/e8c58cfd779f7c9dcfae06200ec2f726fbc74758))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(es/preset-env)** Update builtin definitions for `core-js` imports (#7715) ([b4f3332](https://github.com/swc-project/swc/commit/b4f3332b21fc2b04e9824469568401725d1dfca5))
18
+
19
+ ### Testing
20
+
21
+
22
+
23
+ - **(es/compat)** Add a test for optional chaining with loose mode (#7726) ([216c4f1](https://github.com/swc-project/swc/commit/216c4f17df449847c3cc3a62b9f5694d2416eca1))
24
+
25
+ ## [1.3.72] - 2023-07-28
26
+
27
+ ### Bug Fixes
28
+
29
+
30
+
8
31
  - **(es/compat)** Fix handling of private members in optional chaining pass (#7610) ([7ba7b6e](https://github.com/swc-project/swc/commit/7ba7b6ec1fd7170ef7a321a6bd4931984e1a08d4))
9
32
 
10
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.72",
3
+ "version": "1.3.73",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -145,16 +145,16 @@
145
145
  "url": "https://opencollective.com/swc"
146
146
  },
147
147
  "optionalDependencies": {
148
- "@swc/core-win32-x64-msvc": "1.3.72",
149
- "@swc/core-darwin-x64": "1.3.72",
150
- "@swc/core-linux-x64-gnu": "1.3.72",
151
- "@swc/core-linux-x64-musl": "1.3.72",
152
- "@swc/core-win32-ia32-msvc": "1.3.72",
153
- "@swc/core-linux-arm64-gnu": "1.3.72",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.72",
155
- "@swc/core-darwin-arm64": "1.3.72",
156
- "@swc/core-linux-arm64-musl": "1.3.72",
157
- "@swc/core-win32-arm64-msvc": "1.3.72"
148
+ "@swc/core-win32-x64-msvc": "1.3.73",
149
+ "@swc/core-darwin-x64": "1.3.73",
150
+ "@swc/core-linux-x64-gnu": "1.3.73",
151
+ "@swc/core-linux-x64-musl": "1.3.73",
152
+ "@swc/core-win32-ia32-msvc": "1.3.73",
153
+ "@swc/core-linux-arm64-gnu": "1.3.73",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.73",
155
+ "@swc/core-darwin-arm64": "1.3.73",
156
+ "@swc/core-linux-arm64-musl": "1.3.73",
157
+ "@swc/core-win32-arm64-msvc": "1.3.73"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",