@swc/core 1.3.62 → 1.3.63

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 +58 -4
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,13 +1,58 @@
1
1
  # Changelog
2
- ## [unreleased]
2
+ ## [1.3.63] - 2023-06-12
3
3
 
4
- ### Miscellaneous Tasks
4
+ ### Bug Fixes
5
5
 
6
6
 
7
7
 
8
- - **(ci)** Publish npm packages with provenance option (#7481) ([e4e77fd](https://github.com/swc-project/swc/commit/e4e77fd84fdfb9472f9a19fe7e8b1a850954d67c))
8
+ - **(es/codegen)** Remove extra spaces in `AssignPatProp` and `KeyValuePatProp` (#7488) ([064bcf4](https://github.com/swc-project/swc/commit/064bcf4854f8505f04b40b72da1becec0c531a7d))
9
+
10
+
11
+ - **(es/compat)** Make stage 3 decorator pass use correct state for inner classes (#7508) ([cc4146c](https://github.com/swc-project/swc/commit/cc4146c9d3a21514031e46003170a3fdaac1987a))
12
+
13
+
14
+ - **(es/minifier)** Infect mutation when assigning a property (#7503) ([7f9f0b8](https://github.com/swc-project/swc/commit/7f9f0b8bcebc26eed1354ce2901aabd61261f434))
15
+
16
+
17
+ - **(es/react)** Default to empty string when emitting refresh signature (#7514) ([8e933c8](https://github.com/swc-project/swc/commit/8e933c8a9fdf8867deb7f0d108b99430949aad54))
18
+
19
+ ### Features
20
+
21
+
22
+
23
+ - **(es/codegen)** Add ability to set indentation string via rust api (#7494) ([a343e7c](https://github.com/swc-project/swc/commit/a343e7ccae4e88d9e3941beedf63b61bd0512c3d))
24
+
25
+
26
+ - **(es/minifier)** Remove unused labels (#7478) ([62075fa](https://github.com/swc-project/swc/commit/62075faeaada8d9df3c7d849bbcfda8ff0c5d79f))
27
+
28
+
29
+ - **(es/parser)** Disallow tagged tpl in optional chaining (#7515) ([6c00a24](https://github.com/swc-project/swc/commit/6c00a2422addf0e402bb221e80f6f8acad839b28))
30
+
31
+
32
+ - **(plugin/runner)** Support shared wasix runtime (#7504) ([73929fc](https://github.com/swc-project/swc/commit/73929fc43c34fd4545bd292fbf0f6d7de35fbee9))
33
+
34
+ ### Performance
9
35
 
10
- ## [1.3.62] - 2023-06-02
36
+
37
+
38
+ - **(css/prefixer)** Convert macro to a function call to reduce binary size (#7507) ([d545df6](https://github.com/swc-project/swc/commit/d545df6dd951fa2f5756830c40c21ae251e4e634))
39
+
40
+
41
+ - **(es)** Use `&dyn Comments` to reduce binary size (#7489) ([2c3ac68](https://github.com/swc-project/swc/commit/2c3ac682e271dad0ab6e82c14ad14f06715d853b))
42
+
43
+
44
+ - **(es)** Use `&dyn Comments` for jsx and TypeScript (#7490) ([abd62bc](https://github.com/swc-project/swc/commit/abd62bc797175d783d18d162301c851eefa7ac23))
45
+
46
+ ### Refactor
47
+
48
+
49
+
50
+ - **(es/ast)** Reimplement optional chaining (#7441) ([aa83584](https://github.com/swc-project/swc/commit/aa83584634286d7c741d903ad94ba5228c89bc62))
51
+
52
+
53
+ - **(es/ast)** Remove unused fields (#7518) ([3958f17](https://github.com/swc-project/swc/commit/3958f1792c4598e965f36a11c567c95f69984a9f))
54
+
55
+ ## [1.3.62] - 2023-06-03
11
56
 
12
57
  ### Bug Fixes
13
58
 
@@ -15,6 +60,15 @@
15
60
 
16
61
  - **(es/minifier)** Don't generate generator arrows (#7466) ([e506635](https://github.com/swc-project/swc/commit/e506635f74e38cb7eb88a2fa540d8c4f71c7323a))
17
62
 
63
+ ### Miscellaneous Tasks
64
+
65
+
66
+
67
+ - **(ci)** Publish npm packages with provenance option (#7481) ([e4e77fd](https://github.com/swc-project/swc/commit/e4e77fd84fdfb9472f9a19fe7e8b1a850954d67c))
68
+
69
+
70
+ - **(ci)** Fix publish action (#7485) ([0e37c18](https://github.com/swc-project/swc/commit/0e37c18c9ca0e8d011acb728ba8dcd879f15920a))
71
+
18
72
  ### Performance
19
73
 
20
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.62",
3
+ "version": "1.3.63",
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.62",
149
- "@swc/core-darwin-x64": "1.3.62",
150
- "@swc/core-linux-x64-gnu": "1.3.62",
151
- "@swc/core-linux-x64-musl": "1.3.62",
152
- "@swc/core-win32-ia32-msvc": "1.3.62",
153
- "@swc/core-linux-arm64-gnu": "1.3.62",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.62",
155
- "@swc/core-darwin-arm64": "1.3.62",
156
- "@swc/core-linux-arm64-musl": "1.3.62",
157
- "@swc/core-win32-arm64-msvc": "1.3.62"
148
+ "@swc/core-win32-x64-msvc": "1.3.63",
149
+ "@swc/core-darwin-x64": "1.3.63",
150
+ "@swc/core-linux-x64-gnu": "1.3.63",
151
+ "@swc/core-linux-x64-musl": "1.3.63",
152
+ "@swc/core-win32-ia32-msvc": "1.3.63",
153
+ "@swc/core-linux-arm64-gnu": "1.3.63",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.63",
155
+ "@swc/core-darwin-arm64": "1.3.63",
156
+ "@swc/core-linux-arm64-musl": "1.3.63",
157
+ "@swc/core-win32-arm64-msvc": "1.3.63"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",