@swc/core 1.3.56 → 1.3.58

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 +76 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -5,6 +5,82 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/minifier)** Fix remapping of vars upon inlining (#7362) ([1dced17](https://github.com/swc-project/swc/commit/1dced17998a625e30d4a8ef653aef9e2caa7627d))
9
+
10
+
11
+ - **(es/parser)** Fix `>=` with type instantiate (#7388) ([fa7a352](https://github.com/swc-project/swc/commit/fa7a3521f531caa32439fa6f4c338a2a7d859e05))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(es/compat)** Partially support auto accessors (#7364) ([97ec259](https://github.com/swc-project/swc/commit/97ec25914451d931918287591d8d3f08648a65b9))
18
+
19
+
20
+ - **(es/compat)** Implement auto accessors fully (#7370) ([cad18fa](https://github.com/swc-project/swc/commit/cad18fae4b93a916ad2c45b8741e08baeea78b98))
21
+
22
+
23
+ - **(es/parser)** Implement explicit resource management (#7322) ([041b491](https://github.com/swc-project/swc/commit/041b49146627000971ef05f60e11f916182c67f1))
24
+
25
+
26
+ - **(plugin)** Add versioned wrapper struct (#7382) ([bba1fad](https://github.com/swc-project/swc/commit/bba1fad35ceda0011e0cd427c670209ac4eb6ed2))
27
+
28
+
29
+ - **(swc_core)** Allow native env plugin to use memory cache (#7390) ([e3868a7](https://github.com/swc-project/swc/commit/e3868a7e00bfb5d7a4677b8be0b64a87e9bf200d))
30
+
31
+
32
+ - **(swc_core)** Expose plugin proxy to the host env (#7391) ([05b4c11](https://github.com/swc-project/swc/commit/05b4c1149781ab1f69a93a54a462413af2603a3a))
33
+
34
+ ### Miscellaneous Tasks
35
+
36
+
37
+
38
+ - **(es)** Enable tracing spans for release builds (#7379) ([166e77c](https://github.com/swc-project/swc/commit/166e77c2b39b4390bb09f3a93f58148a5de40efa))
39
+
40
+ ### Refactor
41
+
42
+
43
+
44
+ - **(common)** Derive `ByteCheck` for `ArcString` (#7380) ([9b3a41c](https://github.com/swc-project/swc/commit/9b3a41c57df4ead8e64c33ee247e8cd029792b16))
45
+
46
+ ## [1.3.57] - 2023-05-09
47
+
48
+ ### Bug Fixes
49
+
50
+
51
+
52
+ - **(es/compat)** Fix `is_setter` in `parameters` pass (#7348) ([e0de83e](https://github.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5))
53
+
54
+
55
+ - **(xml/codegen)** Escape `<` and `>` in child (#7351) ([b180d09](https://github.com/swc-project/swc/commit/b180d09e1dd9c4269d7d690d892ef4fd1c5b6563))
56
+
57
+ ### Features
58
+
59
+
60
+
61
+ - **(es/compat)** Support `export class` from stage 3 decorator pass (#7363) ([9c052db](https://github.com/swc-project/swc/commit/9c052db796473a4a7253d643426a7c2c765d9640))
62
+
63
+
64
+ - **(plugin)** Enable bytecheck (#7280) ([d2c1f45](https://github.com/swc-project/swc/commit/d2c1f45f5a1a1d72fa6d6fa28bd84f242d5aff81))
65
+
66
+ ### Refactor
67
+
68
+
69
+
70
+ - **(plugin/runner)** Refine cache location (#7346) ([91a3fbe](https://github.com/swc-project/swc/commit/91a3fbe460799ed604c2b43b4facaed60cfd6c87))
71
+
72
+ ### Build
73
+
74
+
75
+
76
+ - **(cargo)** Update `wasmer` to `v3.3` (#7352) ([4e278be](https://github.com/swc-project/swc/commit/4e278befcf0071619ee583ffa7c8357ea4fd5c2f))
77
+
78
+ ## [1.3.56] - 2023-04-29
79
+
80
+ ### Bug Fixes
81
+
82
+
83
+
8
84
  - **(es/codegen)** Emit type arguments for call expressions (#7335) ([7e99e5f](https://github.com/swc-project/swc/commit/7e99e5fd2c3d15aba6bf29958bd9305e29312e6a))
9
85
 
10
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.56",
3
+ "version": "1.3.58",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -93,7 +93,7 @@
93
93
  "@napi-rs/cli": "^2.14.1",
94
94
  "@swc/core": "=1.2.220",
95
95
  "@swc/helpers": "^0.5.0",
96
- "@swc/plugin-jest": "1.5.59",
96
+ "@swc/plugin-jest": "latest",
97
97
  "@taplo/cli": "^0.3.2",
98
98
  "@types/jest": "^28.1.4",
99
99
  "@types/node": "^14.14.41",
@@ -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.58",
149
+ "@swc/core-darwin-x64": "1.3.58",
150
+ "@swc/core-linux-x64-gnu": "1.3.58",
151
+ "@swc/core-linux-x64-musl": "1.3.58",
152
+ "@swc/core-win32-ia32-msvc": "1.3.58",
153
+ "@swc/core-linux-arm64-gnu": "1.3.58",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.58",
155
+ "@swc/core-darwin-arm64": "1.3.58",
156
+ "@swc/core-linux-arm64-musl": "1.3.58",
157
+ "@swc/core-win32-arm64-msvc": "1.3.58"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",