@swc/core 1.4.13 → 1.4.14-nightly-20240411.1
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 +11 -17
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
## [unreleased]
|
|
3
3
|
|
|
4
|
+
### Refactor
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- **(es)** Make the code compile with `miri` ([#8836](https://github.com/swc-project/swc/issues/8836)) ([3a51140](https://github.com/swc-project/swc/commit/3a51140dd77ccf2cc35098a72c411b05de418ff1))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(visit)** Simplify `Vec::move_map` ([#8838](https://github.com/swc-project/swc/issues/8838)) ([b1973d4](https://github.com/swc-project/swc/commit/b1973d490afc8e4bc597192caab7a3aa8eb2701d))
|
|
12
|
+
|
|
13
|
+
## [1.4.13] - 2024-04-09
|
|
14
|
+
|
|
4
15
|
### Bug Fixes
|
|
5
16
|
|
|
6
17
|
|
|
@@ -1359,21 +1370,4 @@
|
|
|
1359
1370
|
|
|
1360
1371
|
- **(bindings/node)** Link msvc runtime statically ([#7965](https://github.com/swc-project/swc/issues/7965)) ([0759779](https://github.com/swc-project/swc/commit/07597795cc39cce527f505bc5db304ad93082494))
|
|
1361
1372
|
|
|
1362
|
-
## [1.3.85] - 2023-09-15
|
|
1363
|
-
|
|
1364
|
-
### Bug Fixes
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
- **(css/modules)** Support composes when using multiple subclass selectors ([#7949](https://github.com/swc-project/swc/issues/7949)) ([05ca19b](https://github.com/swc-project/swc/commit/05ca19b84489ae47f69d8228b3c0097164c7ec6e))
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
- **(es/compat)** Handle single expression case in static block ([#7944](https://github.com/swc-project/swc/issues/7944)) ([a80aec4](https://github.com/swc-project/swc/commit/a80aec47efcff953d3408cf6910b66c2312f3006))
|
|
1372
|
-
|
|
1373
|
-
### Features
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
- **(es/module)** Add an option to make resolver fully resolve `index.js` ([#7945](https://github.com/swc-project/swc/issues/7945)) ([7e8d72d](https://github.com/swc-project/swc/commit/7e8d72d03b312b7a48c17afa8d2a4d7f4e802a6a))
|
|
1378
|
-
|
|
1379
1373
|
<!-- 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.14-nightly-20240411.1",
|
|
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.14-nightly-20240411.1",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.14-nightly-20240411.1",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.14-nightly-20240411.1",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.14-nightly-20240411.1",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.14-nightly-20240411.1",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.14-nightly-20240411.1",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.14-nightly-20240411.1",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.14-nightly-20240411.1",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.14-nightly-20240411.1",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.14-nightly-20240411.1"
|
|
186
186
|
}
|
|
187
187
|
}
|