@swc/core 1.3.56 → 1.3.57

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 +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,38 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/compat)** Fix `is_setter` in `parameters` pass (#7348) ([e0de83e](https://github.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5))
9
+
10
+
11
+ - **(xml/codegen)** Escape `<` and `>` in child (#7351) ([b180d09](https://github.com/swc-project/swc/commit/b180d09e1dd9c4269d7d690d892ef4fd1c5b6563))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(es/compat)** Support `export class` from stage 3 decorator pass (#7363) ([9c052db](https://github.com/swc-project/swc/commit/9c052db796473a4a7253d643426a7c2c765d9640))
18
+
19
+
20
+ - **(plugin)** Enable bytecheck (#7280) ([d2c1f45](https://github.com/swc-project/swc/commit/d2c1f45f5a1a1d72fa6d6fa28bd84f242d5aff81))
21
+
22
+ ### Refactor
23
+
24
+
25
+
26
+ - **(plugin/runner)** Refine cache location (#7346) ([91a3fbe](https://github.com/swc-project/swc/commit/91a3fbe460799ed604c2b43b4facaed60cfd6c87))
27
+
28
+ ### Build
29
+
30
+
31
+
32
+ - **(cargo)** Update `wasmer` to `v3.3` (#7352) ([4e278be](https://github.com/swc-project/swc/commit/4e278befcf0071619ee583ffa7c8357ea4fd5c2f))
33
+
34
+ ## [1.3.56] - 2023-04-29
35
+
36
+ ### Bug Fixes
37
+
38
+
39
+
8
40
  - **(es/codegen)** Emit type arguments for call expressions (#7335) ([7e99e5f](https://github.com/swc-project/swc/commit/7e99e5fd2c3d15aba6bf29958bd9305e29312e6a))
9
41
 
10
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.56",
3
+ "version": "1.3.57",
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.56",
149
- "@swc/core-darwin-x64": "1.3.56",
150
- "@swc/core-linux-x64-gnu": "1.3.56",
151
- "@swc/core-linux-x64-musl": "1.3.56",
152
- "@swc/core-win32-ia32-msvc": "1.3.56",
153
- "@swc/core-linux-arm64-gnu": "1.3.56",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.56",
155
- "@swc/core-darwin-arm64": "1.3.56",
156
- "@swc/core-linux-arm64-musl": "1.3.56",
157
- "@swc/core-win32-arm64-msvc": "1.3.56"
148
+ "@swc/core-win32-x64-msvc": "1.3.57",
149
+ "@swc/core-darwin-x64": "1.3.57",
150
+ "@swc/core-linux-x64-gnu": "1.3.57",
151
+ "@swc/core-linux-x64-musl": "1.3.57",
152
+ "@swc/core-win32-ia32-msvc": "1.3.57",
153
+ "@swc/core-linux-arm64-gnu": "1.3.57",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.57",
155
+ "@swc/core-darwin-arm64": "1.3.57",
156
+ "@swc/core-linux-arm64-musl": "1.3.57",
157
+ "@swc/core-win32-arm64-msvc": "1.3.57"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",