@swc/core 1.3.72 → 1.3.74

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 +34 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,40 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es)** Fix typo in a warning (#7740) ([22e06cc](https://github.com/swc-project/swc/commit/22e06cce630b365b17f390559e065ee48cb3d2b9))
9
+
10
+
11
+ - **(es/minifier)** Mark args of `new`s as references (#7743) ([3873f58](https://github.com/swc-project/swc/commit/3873f5849999e49b732fef9959cb12ce6159c078))
12
+
13
+ ## [1.3.73] - 2023-08-01
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+
19
+ - **(es/minifier)** Handle synthesized export default expression (#7707) ([5ea6f27](https://github.com/swc-project/swc/commit/5ea6f27eb07df768c6fab2bdff744e402480c53f))
20
+
21
+
22
+ - **(es/utils)** Fix string evaluation of array literals (#7731) ([e8c58cf](https://github.com/swc-project/swc/commit/e8c58cfd779f7c9dcfae06200ec2f726fbc74758))
23
+
24
+ ### Features
25
+
26
+
27
+
28
+ - **(es/preset-env)** Update builtin definitions for `core-js` imports (#7715) ([b4f3332](https://github.com/swc-project/swc/commit/b4f3332b21fc2b04e9824469568401725d1dfca5))
29
+
30
+ ### Testing
31
+
32
+
33
+
34
+ - **(es/compat)** Add a test for optional chaining with loose mode (#7726) ([216c4f1](https://github.com/swc-project/swc/commit/216c4f17df449847c3cc3a62b9f5694d2416eca1))
35
+
36
+ ## [1.3.72] - 2023-07-28
37
+
38
+ ### Bug Fixes
39
+
40
+
41
+
8
42
  - **(es/compat)** Fix handling of private members in optional chaining pass (#7610) ([7ba7b6e](https://github.com/swc-project/swc/commit/7ba7b6ec1fd7170ef7a321a6bd4931984e1a08d4))
9
43
 
10
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.72",
3
+ "version": "1.3.74",
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.74",
149
+ "@swc/core-darwin-x64": "1.3.74",
150
+ "@swc/core-linux-x64-gnu": "1.3.74",
151
+ "@swc/core-linux-x64-musl": "1.3.74",
152
+ "@swc/core-win32-ia32-msvc": "1.3.74",
153
+ "@swc/core-linux-arm64-gnu": "1.3.74",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.74",
155
+ "@swc/core-darwin-arm64": "1.3.74",
156
+ "@swc/core-linux-arm64-musl": "1.3.74",
157
+ "@swc/core-win32-arm64-msvc": "1.3.74"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",