@swc/core 1.3.79 → 1.3.81

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 +73 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -5,6 +5,79 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/codegen)** Fix placing of comments of yield arguments (#7858) ([122d14c](https://github.com/swc-project/swc/commit/122d14c0d306d7c437f1ef0f6f375634ff5d7d1a))
9
+
10
+
11
+ - **(es/compat)** Apply transforms for explicit resource management (#7881) ([3180e68](https://github.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62))
12
+
13
+
14
+ - **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless (#7888) ([4b33d41](https://github.com/swc-project/swc/commit/4b33d41fabf841dfc31c6f44d94e4651239ab667))
15
+
16
+
17
+ - **(es/dep-graph)** Analyze import type children (#7883) ([057bd5f](https://github.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0))
18
+
19
+
20
+ - **(es/minifier)** Report `is_fn_local` even if var is hoisted (#7876) ([87a47bf](https://github.com/swc-project/swc/commit/87a47bfb2c602f2ce7eb33f78612197e290518b8))
21
+
22
+
23
+ - **(es/module)** Don't create absolute paths for `jsc.paths` on Windows (#7892) ([5fbc251](https://github.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d))
24
+
25
+
26
+ - **(swc-info)** Use correct path while getting local package versions (#7872) ([67afaf1](https://github.com/swc-project/swc/commit/67afaf1f2db087518ac990c71de896c8e5e2a051))
27
+
28
+ ### Features
29
+
30
+
31
+
32
+ - **(es)** Add an option to disable builtin transforms (#7873) ([71d01ec](https://github.com/swc-project/swc/commit/71d01ec12772c2854a47947deceb6d1cab141289))
33
+
34
+
35
+ - **(es/ast)** Support import attributes proposal (#7868) ([4d3fcb8](https://github.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1))
36
+
37
+
38
+ - **(es/preset-env)** Update data (#7882) ([a97d8b4](https://github.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d))
39
+
40
+
41
+ - **(swc-info)** Add a CLI to help issue reporting (#7871) ([d6952ea](https://github.com/swc-project/swc/commit/d6952ea687beb5b9aff1eae26076fa98ac94818b))
42
+
43
+ ### Miscellaneous Tasks
44
+
45
+
46
+
47
+ - **(deps)** Update `memchr` (#7891) ([01cbd6e](https://github.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))- **general**: Use `textarea` for `swc-info` ([eed2903](https://github.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b))
48
+
49
+ ### Performance
50
+
51
+
52
+
53
+ - **(es/transforms)** Remove wrong parallelism (#7889) ([a505012](https://github.com/swc-project/swc/commit/a50501255d2a91f2bbc1ce9767689dc4fad540cc))
54
+
55
+ ### Refactor
56
+
57
+
58
+
59
+ - **(es/minifier)** Remove `mutated` and `mutation_by_call_count` (#7890) ([8db968a](https://github.com/swc-project/swc/commit/8db968a25d508a0d28d15d556ad121951f39ae0d))
60
+
61
+ ## [1.3.80] - 2023-08-25
62
+
63
+ ### Bug Fixes
64
+
65
+
66
+
67
+ - **(es/module)** Fix logic for exact matches in `jsc.paths` (#7860) ([52a1ee7](https://github.com/swc-project/swc/commit/52a1ee78da87da760f9923cd8cdb420da855417f))
68
+
69
+
70
+ - **(es/module)** Don't resolve as `node_modules` from `TscResolver` (#7866) ([11ebae1](https://github.com/swc-project/swc/commit/11ebae1bdd2fbd05d908fa560b81b830dddb3c56))
71
+
72
+ ### Miscellaneous Tasks
73
+ - **general**: Remove unused files ([e47f1c2](https://github.com/swc-project/swc/commit/e47f1c2bf7e1dc9fedf5a364884a40a5e7735973))
74
+
75
+ ## [1.3.79] - 2023-08-25
76
+
77
+ ### Bug Fixes
78
+
79
+
80
+
8
81
  - **(es)** Fix default value of `jsc.minify.format.comments` (#7853) ([64e51d3](https://github.com/swc-project/swc/commit/64e51d3a28052734d2eaf9992bc8ba578dd5630b))
9
82
 
10
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.79",
3
+ "version": "1.3.81",
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.79",
149
- "@swc/core-darwin-x64": "1.3.79",
150
- "@swc/core-linux-x64-gnu": "1.3.79",
151
- "@swc/core-linux-x64-musl": "1.3.79",
152
- "@swc/core-win32-ia32-msvc": "1.3.79",
153
- "@swc/core-linux-arm64-gnu": "1.3.79",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.79",
155
- "@swc/core-darwin-arm64": "1.3.79",
156
- "@swc/core-linux-arm64-musl": "1.3.79",
157
- "@swc/core-win32-arm64-msvc": "1.3.79"
148
+ "@swc/core-win32-x64-msvc": "1.3.81",
149
+ "@swc/core-darwin-x64": "1.3.81",
150
+ "@swc/core-linux-x64-gnu": "1.3.81",
151
+ "@swc/core-linux-x64-musl": "1.3.81",
152
+ "@swc/core-win32-ia32-msvc": "1.3.81",
153
+ "@swc/core-linux-arm64-gnu": "1.3.81",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.81",
155
+ "@swc/core-darwin-arm64": "1.3.81",
156
+ "@swc/core-linux-arm64-musl": "1.3.81",
157
+ "@swc/core-win32-arm64-msvc": "1.3.81"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",
@@ -178,6 +178,6 @@
178
178
  ],
179
179
  "packageManager": "yarn@3.5.0",
180
180
  "dependencies": {
181
- "@swc/types": "^0.1.3"
181
+ "@swc/types": "^0.1.4"
182
182
  }
183
183
  }