@swc/core 1.3.62 → 1.3.64

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