1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

upgrade: swc_bundler 0.17.5 (#8588)

This commit is contained in:
Bartek Iwańczuk 2020-12-04 13:21:38 +01:00 committed by GitHub
parent 0ea1c6f5b0
commit e6b90beb3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2461,9 +2461,9 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.17.3"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06641b7b0664e6f7552b7e52ae3bc3d8fa47988811b7d02670e40d522296138e"
checksum = "88b07ac843906ddcc5f2e17ad47f80c14c7c276146e6c4e7355530ae116caf07"
dependencies = [
"anyhow",
"crc",

View file

@ -65,7 +65,7 @@ serde = { version = "1.0.116", features = ["derive"] }
shell-escape = "0.1.5"
sys-info = "0.7.0"
sourcemap = "6.0.1"
swc_bundler = "0.17.3"
swc_bundler = "0.17.5"
swc_common = { version = "0.10.6", features = ["sourcemap"] }
swc_ecmascript = { version = "0.14.4", features = ["codegen", "dep_graph", "parser", "react", "transforms", "visit"] }
tempfile = "3.1.0"

View file

@ -3,6 +3,7 @@ const mod = function() {
const c1 = c;
class C {
}
const __default = C;
return {
c,
default: C