@swc/core 1.2.247 → 1.2.248

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 +47 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,53 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/parser)** Fix detection of wrong delete targets (#5754) ([9fc6eda](https://github.com/swc-project/swc/commit/9fc6eda89a3f9e613468276eea50f90917fa0f91))
9
+
10
+
11
+ - **(swc_core)** Update deps (#5746) ([83dbe6c](https://github.com/swc-project/swc/commit/83dbe6cdc3252af50954938582379268a375e6b6))
12
+
13
+ ### Miscellaneous Tasks
14
+
15
+
16
+
17
+ - **(es/minifier)** Fix example (#5739) ([4e98980](https://github.com/swc-project/swc/commit/4e989807d71aa9a6c019c6a5a01acbbee9ec6020))
18
+
19
+
20
+ - **(swc_core)** Update deps (#5748) ([1202762](https://github.com/swc-project/swc/commit/1202762f30db43c972c1367f85e30e69baaf0c59))
21
+
22
+ ### Performance
23
+
24
+
25
+
26
+ - **(bindings)** Enable LTO (#5740) ([49e0c71](https://github.com/swc-project/swc/commit/49e0c71cba9291ea313deffc891d9db8c9216627))
27
+
28
+
29
+ - **(es/minifier)** Make passes more parallel (#5741) ([2baa640](https://github.com/swc-project/swc/commit/2baa640e98bd8bac2995157c42ff6489b73d85cf))
30
+
31
+
32
+ - **(es/minifier)** Pre-allocate in analyzer (#5743) ([96b2e17](https://github.com/swc-project/swc/commit/96b2e17a8fdb5e500eb1e6a10ffa16d4d0c98957))
33
+
34
+
35
+ - **(es/minifier)** Use efficient logic for entry tracking in DCE (#5749) ([08b2aea](https://github.com/swc-project/swc/commit/08b2aea2b0d1d0bec707394d9f5cf6d2713431a9))
36
+
37
+
38
+ - **(es/minifier)** Cache the list of bindings for DCE (#5750) ([8789184](https://github.com/swc-project/swc/commit/8789184d447eb09e1b0dddc6156ac150d4cbf0d7))
39
+
40
+
41
+ - **(es/minifier)** Improve codegen of name mangler (#5751) ([6e2002a](https://github.com/swc-project/swc/commit/6e2002a148f6d0660b17c4e617049972ee0fb3bf))
42
+
43
+ ### Refactor
44
+
45
+
46
+
47
+ - **(es/utils)** Move utilities for parallel processing (#5742) ([64f42be](https://github.com/swc-project/swc/commit/64f42bec27c4c7cf60cb6d6043fec93e479fb9b8))
48
+
49
+ ## [1.2.247] - 2022-09-04
50
+
51
+ ### Bug Fixes
52
+
53
+
54
+
8
55
  - **(bundler)** Handle star export with top-level `await` (#5707) ([2b7cba8](https://github.com/swc-project/swc/commit/2b7cba8a97b971a00f4e851365462ba6d87e5ee0))
9
56
 
10
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.247",
3
+ "version": "1.2.248",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,19 +138,19 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.2.247",
142
- "@swc/core-darwin-x64": "1.2.247",
143
- "@swc/core-linux-x64-gnu": "1.2.247",
144
- "@swc/core-linux-x64-musl": "1.2.247",
145
- "@swc/core-freebsd-x64": "1.2.247",
146
- "@swc/core-win32-ia32-msvc": "1.2.247",
147
- "@swc/core-linux-arm64-gnu": "1.2.247",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.247",
149
- "@swc/core-darwin-arm64": "1.2.247",
150
- "@swc/core-android-arm64": "1.2.247",
151
- "@swc/core-linux-arm64-musl": "1.2.247",
152
- "@swc/core-win32-arm64-msvc": "1.2.247",
153
- "@swc/core-android-arm-eabi": "1.2.247"
141
+ "@swc/core-win32-x64-msvc": "1.2.248",
142
+ "@swc/core-darwin-x64": "1.2.248",
143
+ "@swc/core-linux-x64-gnu": "1.2.248",
144
+ "@swc/core-linux-x64-musl": "1.2.248",
145
+ "@swc/core-freebsd-x64": "1.2.248",
146
+ "@swc/core-win32-ia32-msvc": "1.2.248",
147
+ "@swc/core-linux-arm64-gnu": "1.2.248",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.248",
149
+ "@swc/core-darwin-arm64": "1.2.248",
150
+ "@swc/core-android-arm64": "1.2.248",
151
+ "@swc/core-linux-arm64-musl": "1.2.248",
152
+ "@swc/core-win32-arm64-msvc": "1.2.248",
153
+ "@swc/core-android-arm-eabi": "1.2.248"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",