@swc/core 1.4.11 → 1.4.12-nightly-20240331.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 -18
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [unreleased]
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- **(es/helpers)** Fix metadata of decorators being `undefined` ([#8768](https://github.com/swc-project/swc/issues/8768)) ([263ce6e](https://github.com/swc-project/swc/commit/263ce6e22bd4dbba0323099f256fb062b8e644a2))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/module)** Fix `jsc.paths` with `resolveFully` ([#8784](https://github.com/swc-project/swc/issues/8784)) ([4961bb0](https://github.com/swc-project/swc/commit/4961bb055df9925da97279819d2fdf740b4b3d92))
|
|
12
|
+
|
|
2
13
|
## [1.4.9] - 2024-03-26
|
|
3
14
|
|
|
4
15
|
### Bug Fixes
|
|
@@ -1357,32 +1368,14 @@
|
|
|
1357
1368
|
|
|
1358
1369
|
|
|
1359
1370
|
|
|
1360
|
-
- **(es/codegen)** Fix placing of comments of yield arguments ([#7858](https://github.com/swc-project/swc/issues/7858)) ([122d14c](https://github.com/swc-project/swc/commit/122d14c0d306d7c437f1ef0f6f375634ff5d7d1a))
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
- **(es/compat)** Apply transforms for explicit resource management ([#7881](https://github.com/swc-project/swc/issues/7881)) ([3180e68](https://github.com/swc-project/swc/commit/3180e68bf27fb95ff00bd24677ae7e96b3aa6c62))
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
1371
|
- **(es/compat)** Make `SwitchCase` handler of `block-scoping` stateless ([#7888](https://github.com/swc-project/swc/issues/7888)) ([4b33d41](https://github.com/swc-project/swc/commit/4b33d41fabf841dfc31c6f44d94e4651239ab667))
|
|
1367
1372
|
|
|
1368
1373
|
|
|
1369
|
-
- **(es/dep-graph)** Analyze import type children ([#7883](https://github.com/swc-project/swc/issues/7883)) ([057bd5f](https://github.com/swc-project/swc/commit/057bd5f3efe55077a5a8e7f627e80175c8af2bd0))
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
1374
|
- **(es/minifier)** Report `is_fn_local` even if var is hoisted ([#7876](https://github.com/swc-project/swc/issues/7876)) ([87a47bf](https://github.com/swc-project/swc/commit/87a47bfb2c602f2ce7eb33f78612197e290518b8))
|
|
1373
1375
|
|
|
1374
1376
|
|
|
1375
1377
|
- **(es/module)** Don't create absolute paths for `jsc.paths` on Windows ([#7892](https://github.com/swc-project/swc/issues/7892)) ([5fbc251](https://github.com/swc-project/swc/commit/5fbc251db1cc1f7973ba780a6c4fc1cdce5ef40d))
|
|
1376
1378
|
|
|
1377
|
-
### Features
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
- **(es/ast)** Support import attributes proposal ([#7868](https://github.com/swc-project/swc/issues/7868)) ([4d3fcb8](https://github.com/swc-project/swc/commit/4d3fcb86e4843cf323a471537cc1ab3a26d054b1))
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
- **(es/preset-env)** Update data ([#7882](https://github.com/swc-project/swc/issues/7882)) ([a97d8b4](https://github.com/swc-project/swc/commit/a97d8b42b1f85c1f76ffadcabf6e9c85f0458d8d))
|
|
1385
|
-
|
|
1386
1379
|
### Miscellaneous Tasks
|
|
1387
1380
|
|
|
1388
1381
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.12-nightly-20240331.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.12-nightly-20240331.1",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.12-nightly-20240331.1",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.12-nightly-20240331.1",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.12-nightly-20240331.1",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.12-nightly-20240331.1",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.12-nightly-20240331.1",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.12-nightly-20240331.1",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.12-nightly-20240331.1",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.12-nightly-20240331.1",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.12-nightly-20240331.1"
|
|
186
186
|
}
|
|
187
187
|
}
|