@swc/core 1.3.16 → 1.3.17

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 +41 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,47 @@
5
5
 
6
6
 
7
7
 
8
+ - **(bindings)** Revert #6436 (#6444) ([948e35b](https://github.com/swc-project/swc/commit/948e35bcd66b98c460d67b4d58f536ea4d3d5992))
9
+
10
+
11
+ - **(css/parser)** Fix a bug with scope in block (#6402) ([3d7545d](https://github.com/swc-project/swc/commit/3d7545d89bf6a7675cd511217b6c024889476fc8))
12
+
13
+
14
+ - **(es/compat)** Improve `destructuring` pass (#6412) ([6728603](https://github.com/swc-project/swc/commit/67286032b1bd75ef1dac51201fe5ff65143f565a))
15
+
16
+
17
+ - **(es/compat)** Fix span hygiene of function naming pass (#6345) ([81a4bb3](https://github.com/swc-project/swc/commit/81a4bb304a2790dab9448c88887a78430792ed38))
18
+
19
+
20
+ - **(es/minifier)** Preserve op of the op-assignments in seq inliner (#6428) ([5fd7ab8](https://github.com/swc-project/swc/commit/5fd7ab87b69ed99bee1dfdbe39ed2182e0182a75))
21
+
22
+
23
+ - **(es/minifier)** Change the default of `mangle.toplevel` to false (#6439) ([99934b0](https://github.com/swc-project/swc/commit/99934b09f70f9fb594e3291a9d96b79685919b13))
24
+
25
+
26
+ - **(es/modules)** Fix `jsc.paths` of `.ts` imports (#6431) ([9c9c3eb](https://github.com/swc-project/swc/commit/9c9c3ebd2c9c4141e3449e19926636a77741980a))
27
+
28
+ ### Miscellaneous Tasks
29
+
30
+
31
+
32
+ - **(ci)** Ensure to honor node package manager (#6437) ([8ca3cc7](https://github.com/swc-project/swc/commit/8ca3cc7875b1fc3fc4db107980f59de46b4e6c81))
33
+
34
+ ### Refactor
35
+
36
+
37
+
38
+ - **(bindings)** Deprecate `JsValue::*_serde` (#6436) ([1dd8b3d](https://github.com/swc-project/swc/commit/1dd8b3d9d5393fa382345dce3d6977f7d4b5aa63))
39
+
40
+
41
+ - **(es/plugins)** Simplify `read_result_*` (#6426) ([7a1c2a1](https://github.com/swc-project/swc/commit/7a1c2a1e2ca98cb897899b1a5def7dba7b6a8b5c))
42
+
43
+ ## [1.3.16] - 2022-11-13
44
+
45
+ ### Bug Fixes
46
+
47
+
48
+
8
49
  - **(es/utils)** Verify the name of an alias (#6423) ([68ffc5b](https://github.com/swc-project/swc/commit/68ffc5bc3e676340cda1ee76265e12420d52473e))
9
50
 
10
51
  ## [1.3.15] - 2022-11-12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -141,16 +141,16 @@
141
141
  "url": "https://opencollective.com/swc"
142
142
  },
143
143
  "optionalDependencies": {
144
- "@swc/core-win32-x64-msvc": "1.3.16",
145
- "@swc/core-darwin-x64": "1.3.16",
146
- "@swc/core-linux-x64-gnu": "1.3.16",
147
- "@swc/core-linux-x64-musl": "1.3.16",
148
- "@swc/core-win32-ia32-msvc": "1.3.16",
149
- "@swc/core-linux-arm64-gnu": "1.3.16",
150
- "@swc/core-linux-arm-gnueabihf": "1.3.16",
151
- "@swc/core-darwin-arm64": "1.3.16",
152
- "@swc/core-linux-arm64-musl": "1.3.16",
153
- "@swc/core-win32-arm64-msvc": "1.3.16"
144
+ "@swc/core-win32-x64-msvc": "1.3.17",
145
+ "@swc/core-darwin-x64": "1.3.17",
146
+ "@swc/core-linux-x64-gnu": "1.3.17",
147
+ "@swc/core-linux-x64-musl": "1.3.17",
148
+ "@swc/core-win32-ia32-msvc": "1.3.17",
149
+ "@swc/core-linux-arm64-gnu": "1.3.17",
150
+ "@swc/core-linux-arm-gnueabihf": "1.3.17",
151
+ "@swc/core-darwin-arm64": "1.3.17",
152
+ "@swc/core-linux-arm64-musl": "1.3.17",
153
+ "@swc/core-win32-arm64-msvc": "1.3.17"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",