@swc/core 1.3.51 → 1.3.53

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 +55 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,61 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es)** Fix a crash related to source map (#7307) ([e7f7b01](https://github.com/swc-project/swc/commit/e7f7b01f59b622c993ee584ae825a39c390b2570))
9
+
10
+
11
+ - **(es/helpers)** Remove unnecessary parameters in `helper_expr!` macro (#7296) ([38dfb91](https://github.com/swc-project/swc/commit/38dfb91ebc04eecab97ec023c79b183958fda227))
12
+
13
+
14
+ - **(es/modules)** Support `jsc.baseUrl` without `jsc.paths` (#7302) ([9c279b8](https://github.com/swc-project/swc/commit/9c279b802b6a615fdba33a6f81866ce3ef606676))
15
+
16
+
17
+ - **(es/parser)** Fix handling of `in` and `out` of typescript (#7308) ([6f81cb9](https://github.com/swc-project/swc/commit/6f81cb9c32219cd8e51a97c924e0b272fc25a0c1))
18
+
19
+
20
+ - **(testing)** Fix path normalization on windows for testing diffs (#7299) ([3422923](https://github.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09))
21
+
22
+ ### Miscellaneous Tasks
23
+ - **general**: Update issue template to prevent useless issues (#7303) ([9816ba2](https://github.com/swc-project/swc/commit/9816ba27958af07399383fc995c49dc1ed3e3554))
24
+
25
+ ### Testing
26
+
27
+
28
+
29
+ - **(es/compat)** Add a test for a wrong issue (#7300) ([38495a9](https://github.com/swc-project/swc/commit/38495a9835c47ded30d07d6c961a094e22146222))
30
+
31
+ ## [1.3.52] - 2023-04-19
32
+
33
+ ### Bug Fixes
34
+
35
+
36
+
37
+ - **(es/minifier)** Fix a inliner bug related to `Script` (#7288) ([0aab90c](https://github.com/swc-project/swc/commit/0aab90c005b29b9fced96a04b84a49fe2298560e))
38
+
39
+
40
+ - **(es/resolver)** Hoist parameter in arrow and constructor (#7292) ([7a00f2e](https://github.com/swc-project/swc/commit/7a00f2e95412b7dcbe9ce3b32d8b299104b2f5c5))
41
+
42
+ ### Performance
43
+
44
+
45
+
46
+ - **(es/react)** Don't use regex (#7284) ([248fd37](https://github.com/swc-project/swc/commit/248fd374e66bf33c3d40eff1fe2ab2d584aec507))
47
+
48
+
49
+ - **(preset-env)** Update static map (#7293) ([bc83cb2](https://github.com/swc-project/swc/commit/bc83cb2ecfcfcec0fef0e0b2f2450746ada4628c))
50
+
51
+ ### Build
52
+
53
+
54
+
55
+ - **(cargo)** Bump up wasmer (#7294) ([39d415c](https://github.com/swc-project/swc/commit/39d415cc1623456255dc2c7b87594f7fd00ab87b))
56
+
57
+ ## [1.3.51] - 2023-04-16
58
+
59
+ ### Bug Fixes
60
+
61
+
62
+
8
63
  - **(es)** Allow extra comments after `sourceMappingURL` (#7262) ([219a738](https://github.com/swc-project/swc/commit/219a738a752e44bcbf5681f2f77766f5581439c3))
9
64
 
10
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.51",
3
+ "version": "1.3.53",
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.51",
149
- "@swc/core-darwin-x64": "1.3.51",
150
- "@swc/core-linux-x64-gnu": "1.3.51",
151
- "@swc/core-linux-x64-musl": "1.3.51",
152
- "@swc/core-win32-ia32-msvc": "1.3.51",
153
- "@swc/core-linux-arm64-gnu": "1.3.51",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.51",
155
- "@swc/core-darwin-arm64": "1.3.51",
156
- "@swc/core-linux-arm64-musl": "1.3.51",
157
- "@swc/core-win32-arm64-msvc": "1.3.51"
148
+ "@swc/core-win32-x64-msvc": "1.3.53",
149
+ "@swc/core-darwin-x64": "1.3.53",
150
+ "@swc/core-linux-x64-gnu": "1.3.53",
151
+ "@swc/core-linux-x64-musl": "1.3.53",
152
+ "@swc/core-win32-ia32-msvc": "1.3.53",
153
+ "@swc/core-linux-arm64-gnu": "1.3.53",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.53",
155
+ "@swc/core-darwin-arm64": "1.3.53",
156
+ "@swc/core-linux-arm64-musl": "1.3.53",
157
+ "@swc/core-win32-arm64-msvc": "1.3.53"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",