@swc/core 1.4.17 → 1.5.0

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 +14 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/minifier)** Abort seq inline on recursive usage ([#8887](https://github.com/swc-project/swc/issues/8887)) ([cd4548f](https://github.com/swc-project/swc/commit/cd4548fd8c32f67d0e8373f7a2c3cb625f43e6c4))
9
+
10
+ ### Features
11
+
12
+
13
+
14
+ - **(es/ast)** Support abstract auto-accessors ([#8736](https://github.com/swc-project/swc/issues/8736)) ([1155ac7](https://github.com/swc-project/swc/commit/1155ac79720512625568c45bfd3542ec340c0ebd))
15
+
16
+ ## [1.4.17] - 2024-04-23
17
+
18
+ ### Bug Fixes
19
+
20
+
21
+
8
22
  - **(es)** Ignore `sourceMappingURL` in string literals ([#8879](https://github.com/swc-project/swc/issues/8879)) ([d7188cd](https://github.com/swc-project/swc/commit/d7188cdb66a3bba577ebefe0c33cf77f48858d50))
9
23
 
10
24
 
@@ -1337,12 +1351,6 @@
1337
1351
 
1338
1352
 
1339
1353
 
1340
- - **(es/compat)** Generate `OptCall` for `OptCall` for private fields ([#8031](https://github.com/swc-project/swc/issues/8031)) ([06b6eb9](https://github.com/swc-project/swc/commit/06b6eb999964c25a964b0105bd7a4f20b51300dd))
1341
-
1342
-
1343
1354
  - **(es/minifier)** Check if object shorthand is skippable for seq inliner ([#8036](https://github.com/swc-project/swc/issues/8036)) ([01391e3](https://github.com/swc-project/swc/commit/01391e3c13e42b7f42f80ab13b396cad182942ff))
1344
1355
 
1345
-
1346
- - **(es/typescript)** Preserve default value of an exported binding in a namespace ([#8029](https://github.com/swc-project/swc/issues/8029)) ([cf96171](https://github.com/swc-project/swc/commit/cf96171a53589118a0103495169e02fed10a675f))
1347
-
1348
1356
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.4.17",
3
+ "version": "1.5.0",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -173,15 +173,15 @@
173
173
  "@swc/types": "^0.1.5"
174
174
  },
175
175
  "optionalDependencies": {
176
- "@swc/core-darwin-x64": "1.4.17",
177
- "@swc/core-win32-x64-msvc": "1.4.17",
178
- "@swc/core-linux-x64-gnu": "1.4.17",
179
- "@swc/core-linux-x64-musl": "1.4.17",
180
- "@swc/core-win32-ia32-msvc": "1.4.17",
181
- "@swc/core-linux-arm-gnueabihf": "1.4.17",
182
- "@swc/core-linux-arm64-gnu": "1.4.17",
183
- "@swc/core-darwin-arm64": "1.4.17",
184
- "@swc/core-linux-arm64-musl": "1.4.17",
185
- "@swc/core-win32-arm64-msvc": "1.4.17"
176
+ "@swc/core-darwin-x64": "1.5.0",
177
+ "@swc/core-win32-x64-msvc": "1.5.0",
178
+ "@swc/core-linux-x64-gnu": "1.5.0",
179
+ "@swc/core-linux-x64-musl": "1.5.0",
180
+ "@swc/core-win32-ia32-msvc": "1.5.0",
181
+ "@swc/core-linux-arm-gnueabihf": "1.5.0",
182
+ "@swc/core-linux-arm64-gnu": "1.5.0",
183
+ "@swc/core-darwin-arm64": "1.5.0",
184
+ "@swc/core-linux-arm64-musl": "1.5.0",
185
+ "@swc/core-win32-arm64-msvc": "1.5.0"
186
186
  }
187
187
  }