From 3fca5b2a1f3e31b4191a90197dbe016fe6f4a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 27 Jan 2025 17:15:51 +0900 Subject: [PATCH 1/2] Update swc_core --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e47fedc..76c9fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ swc_core = { features = [ "ecma_codegen", "ecma_parser", "ecma_visit", -], version = "10" } +], version = "11" } [dev-dependencies] pretty_assertions = "1" From c87f8e40a98c93a22bc78cdd525fd7ff8c8fde2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 30 Jan 2025 02:04:55 +0900 Subject: [PATCH 2/2] Update swc_core --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76c9fc2..97eef1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ swc_core = { features = [ "ecma_codegen", "ecma_parser", "ecma_visit", -], version = "11" } +], version = "12" } [dev-dependencies] pretty_assertions = "1"