@swc/core 1.3.57 → 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 +44 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -5,6 +5,50 @@
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
+
8
52
  - **(es/compat)** Fix `is_setter` in `parameters` pass (#7348) ([e0de83e](https://github.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5))
9
53
 
10
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.57",
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.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"
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",