@swc/core 1.3.80 → 1.3.82

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