@swc/core 1.4.7 → 1.4.8
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.
- package/CHANGELOG.md +17 -23
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,23 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es/module)** Fix regression of resolving relative modules ([#8748](https://github.com/swc-project/swc/issues/8748)) ([f988b66](https://github.com/swc-project/swc/commit/f988b66e1fd921266a8abf6fe9bb997b6878e949))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/parser)** Allow `export` after decorators when valid ([#8739](https://github.com/swc-project/swc/issues/8739)) ([663261b](https://github.com/swc-project/swc/commit/663261be97364911e7b57eab0560ee48e53d8f33))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous Tasks
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es)** Allow using older `tokio` ([#8740](https://github.com/swc-project/swc/issues/8740)) ([9c1eb01](https://github.com/swc-project/swc/commit/9c1eb017fcd90bd21b43f1a988c7fc67639343c1))
|
|
18
|
+
|
|
19
|
+
## [1.4.7] - 2024-03-13
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
8
25
|
- **(es/minifier)** Fix eval of `toString` of array with holes ([#8727](https://github.com/swc-project/swc/issues/8727)) ([f3fbd9d](https://github.com/swc-project/swc/commit/f3fbd9d54925b708139a37865508430cdcb98f9a))
|
|
9
26
|
|
|
10
27
|
|
|
@@ -1395,27 +1412,4 @@
|
|
|
1395
1412
|
|
|
1396
1413
|
- **(es/types)** Extract `@swc/types` as a small, reusable package ([#7834](https://github.com/swc-project/swc/issues/7834)) ([f713f1b](https://github.com/swc-project/swc/commit/f713f1b2f6783ed6d85edd6decd87daa473acea0))
|
|
1397
1414
|
|
|
1398
|
-
## [1.3.78] - 2023-08-17
|
|
1399
|
-
|
|
1400
|
-
### Bug Fixes
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
- **(es/compat)** Remove wrong logic for object patterns in `object_rest` ([#7788](https://github.com/swc-project/swc/issues/7788)) ([3766a7c](https://github.com/swc-project/swc/commit/3766a7c776b63e159be3f11f5f931c5e5f968cdb))
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
- **(es/minifier)** Preserve `cooked` while compressing template literals ([#7773](https://github.com/swc-project/swc/issues/7773)) ([05990a9](https://github.com/swc-project/swc/commit/05990a98fd3f06a3c03bd1e795800acf22f16035))
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
- **(es/minifier)** Abort seq inliner if var is not fn_local or reassigned ([#7804](https://github.com/swc-project/swc/issues/7804)) ([f8ca366](https://github.com/swc-project/swc/commit/f8ca366cc179d2d83d35148c3600b8faa2e7f801))
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
- **(es/minifier)** Preserve more analysis data upon inlining ([#7823](https://github.com/swc-project/swc/issues/7823)) ([31de19e](https://github.com/swc-project/swc/commit/31de19ece22663623b1fc1fe48c90b7aa41e41e0))
|
|
1414
|
-
|
|
1415
|
-
### Features
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
- **(es/module)** Improve error message about relative `jsc.baseUrl` ([#7827](https://github.com/swc-project/swc/issues/7827)) ([9099883](https://github.com/swc-project/swc/commit/9099883175c590106109670de01ab32b33303bfd))
|
|
1420
|
-
|
|
1421
1415
|
<!-- generated by git-cliff -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.8",
|
|
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.
|
|
177
|
-
"@swc/core-win32-x64-msvc": "1.4.
|
|
178
|
-
"@swc/core-linux-x64-gnu": "1.4.
|
|
179
|
-
"@swc/core-linux-x64-musl": "1.4.
|
|
180
|
-
"@swc/core-win32-ia32-msvc": "1.4.
|
|
181
|
-
"@swc/core-linux-arm-gnueabihf": "1.4.
|
|
182
|
-
"@swc/core-linux-arm64-gnu": "1.4.
|
|
183
|
-
"@swc/core-darwin-arm64": "1.4.
|
|
184
|
-
"@swc/core-linux-arm64-musl": "1.4.
|
|
185
|
-
"@swc/core-win32-arm64-msvc": "1.4.
|
|
176
|
+
"@swc/core-darwin-x64": "1.4.8",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.8",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.8",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.8",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.8",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.8",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.8",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.8",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.8",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.8"
|
|
186
186
|
}
|
|
187
187
|
}
|