fix: support case of import module with aliased name (#6205)

* fix: bump version

* chore: changelog

* fix: bump version
This commit is contained in:
ClarkXia 2023-04-28 16:13:00 +08:00 committed by GitHub
parent 816f1b2850
commit 5d5fb33446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View File

@ -0,0 +1,5 @@
---
'@ice/bundles': patch
---
fix: bump @ice/swc-plugin-node-transform #6199

View File

@ -18,7 +18,7 @@
"@swc/core": "1.3.19",
"@ice/swc-plugin-remove-export": "0.1.2",
"@ice/swc-plugin-keep-export": "0.1.4",
"@ice/swc-plugin-node-transform": "0.1.0-5",
"@ice/swc-plugin-node-transform": "0.1.0-8",
"ansi-html-community": "^0.0.8",
"html-entities": "^2.3.2",
"core-js": "3.29.1",

View File

@ -801,7 +801,7 @@ importers:
packages/bundles:
specifiers:
'@ice/swc-plugin-keep-export': 0.1.4
'@ice/swc-plugin-node-transform': 0.1.0-5
'@ice/swc-plugin-node-transform': 0.1.0-8
'@ice/swc-plugin-remove-export': 0.1.2
'@pmmmwh/react-refresh-webpack-plugin': 0.5.10
'@swc/core': 1.3.19
@ -880,7 +880,7 @@ importers:
ws: ^8.4.2
dependencies:
'@ice/swc-plugin-keep-export': 0.1.4
'@ice/swc-plugin-node-transform': 0.1.0-5
'@ice/swc-plugin-node-transform': 0.1.0-8
'@ice/swc-plugin-remove-export': 0.1.2
'@swc/core': 1.3.19
ansi-html-community: 0.0.8
@ -5185,8 +5185,8 @@ packages:
resolution: {integrity: sha512-fOc09KALmL2zJK1xNGTEt/C27mXL7NVn/v1eRjjuM4uer+qmWIxYXIa9dpfTX5ZUn8zXhrKH8lGdczoKHCzyQQ==}
dev: false
/@ice/swc-plugin-node-transform/0.1.0-5:
resolution: {integrity: sha512-YCZUQwS4r9kjF2RDaPsChP+SEfWHecq2uqwCkZ4+akjL0hZBxbxkN0kXCRMV2O0rNDSBfMpUUdBeAcrCuFuxHw==}
/@ice/swc-plugin-node-transform/0.1.0-8:
resolution: {integrity: sha512-MbvlCk34Mim823VflDdSnlJemeQURpwcSyT4f9mODFufAypmaaLf2/lmhcPfn6C4CvrRD5Qj2XV8FTFV60Q2XQ==}
dev: false
/@ice/swc-plugin-remove-export/0.1.2: