@swc/core 1.3.71 → 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 +52 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,58 @@
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
+
31
+ - **(es/compat)** Fix handling of private members in optional chaining pass (#7610) ([7ba7b6e](https://github.com/swc-project/swc/commit/7ba7b6ec1fd7170ef7a321a6bd4931984e1a08d4))
32
+
33
+
34
+ - **(es/minifier)** Do not drop used properties (#7702) ([f901b41](https://github.com/swc-project/swc/commit/f901b417d1a37f679ff4c5a54e81671684d9f485))
35
+
36
+
37
+ - **(es/module)** Do not determine module name for modules without exports in UMD (#7718) ([40136f7](https://github.com/swc-project/swc/commit/40136f7c54bdc347d5f725549a27e1104433ff36))
38
+
39
+ ### Features
40
+
41
+
42
+
43
+ - **(es)** Add a validation for a wrong config (#7704) ([900701f](https://github.com/swc-project/swc/commit/900701fbf24912dce219f97baa8c11c533966896))
44
+
45
+
46
+ - **(swc_core)** Expose `visit/serde` as serde feature (#7722) ([2bc9637](https://github.com/swc-project/swc/commit/2bc96373b736ce4d81336c1c0340a1d4f7d7f4b0))
47
+
48
+ ### Refactor
49
+
50
+
51
+
52
+ - **(es/parser)** Make `stacker` an optional dependency (#7720) ([864bdef](https://github.com/swc-project/swc/commit/864bdefbe0012ddbe93075c70f0b2b44577a5424))
53
+
54
+ ## [1.3.71] - 2023-07-25
55
+
56
+ ### Bug Fixes
57
+
58
+
59
+
8
60
  - **(css/modules)** Preserve attr selectors used with `:global` (#7670) ([11b4679](https://github.com/swc-project/swc/commit/11b4679231bdfa8662fdcb1dade4dc1146f8e11d))
9
61
 
10
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.71",
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.71",
149
- "@swc/core-darwin-x64": "1.3.71",
150
- "@swc/core-linux-x64-gnu": "1.3.71",
151
- "@swc/core-linux-x64-musl": "1.3.71",
152
- "@swc/core-win32-ia32-msvc": "1.3.71",
153
- "@swc/core-linux-arm64-gnu": "1.3.71",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.71",
155
- "@swc/core-darwin-arm64": "1.3.71",
156
- "@swc/core-linux-arm64-musl": "1.3.71",
157
- "@swc/core-win32-arm64-msvc": "1.3.71"
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",