@swc/core 1.3.50 → 1.3.51

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 +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,50 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es)** Allow extra comments after `sourceMappingURL` (#7262) ([219a738](https://github.com/swc-project/swc/commit/219a738a752e44bcbf5681f2f77766f5581439c3))
9
+
10
+
11
+ - **(es/helpers)** Do not duplicate property names (#7266) ([30a4e52](https://github.com/swc-project/swc/commit/30a4e52f74e9c2e6f919f41930f79b4a0c3eab76))
12
+
13
+
14
+ - **(es/loader)** Fix browser overwrites not applying correctly (#7243) ([beefdd4](https://github.com/swc-project/swc/commit/beefdd459c1bdd96bcd5c83f8dc2e4c4c1be695d))
15
+
16
+
17
+ - **(es/minifier)** Use UTF16 length for `str.length` (#7275) ([4c06a56](https://github.com/swc-project/swc/commit/4c06a56e52184796280d9c19975f5317f3050cc9))
18
+
19
+
20
+ - **(es/renamer)** Ensure that param and function body are in same scope (#7271) ([93a264c](https://github.com/swc-project/swc/commit/93a264c9a4c8329eddbf02c02c979d5dee3f02b5))
21
+
22
+ ### Features
23
+
24
+
25
+
26
+ - **(es/modules)** Use function instead of arrow function unconditionally (#7273) ([5d3313a](https://github.com/swc-project/swc/commit/5d3313aa7e696a5c4c28e513062b8ba92bd40e5f))
27
+
28
+ ### Miscellaneous Tasks
29
+
30
+
31
+
32
+ - **(ci)** Fix crev action (#7272) ([578960d](https://github.com/swc-project/swc/commit/578960d32186f7d5fdf2dc99599aa49a01c5d7a3))
33
+
34
+ ### Refactor
35
+
36
+
37
+
38
+ - **(es/parser)** Remove `::` token as it's not used (#7268) ([635bf81](https://github.com/swc-project/swc/commit/635bf8116bb002d5d737f0e9dfbf5efd3a433e7d))
39
+
40
+ ### Build
41
+
42
+
43
+
44
+ - **(cargo)** Update `bitflags` to v2 (#7270) ([c4cce12](https://github.com/swc-project/swc/commit/c4cce127587e304b938c43059992ff0ed6bd2821))
45
+
46
+ ## [1.3.50] - 2023-04-13
47
+
48
+ ### Bug Fixes
49
+
50
+
51
+
8
52
  - **(es)** Fix a crash related to an empty source map (#7229) ([c665918](https://github.com/swc-project/swc/commit/c6659183a616725b61733e584bbb6e540b9cbbde))
9
53
 
10
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.50",
3
+ "version": "1.3.51",
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.50",
149
- "@swc/core-darwin-x64": "1.3.50",
150
- "@swc/core-linux-x64-gnu": "1.3.50",
151
- "@swc/core-linux-x64-musl": "1.3.50",
152
- "@swc/core-win32-ia32-msvc": "1.3.50",
153
- "@swc/core-linux-arm64-gnu": "1.3.50",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.50",
155
- "@swc/core-darwin-arm64": "1.3.50",
156
- "@swc/core-linux-arm64-musl": "1.3.50",
157
- "@swc/core-win32-arm64-msvc": "1.3.50"
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"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",