From 0e41b164589fb3d6b194faebfd9e147e98b5ee19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 29 Aug 2022 17:42:00 +0900 Subject: [PATCH] Log --- crates/swc_ecma_codegen/tests/sourcemap.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/swc_ecma_codegen/tests/sourcemap.rs b/crates/swc_ecma_codegen/tests/sourcemap.rs index 3d1f317552150..a39632778c38b 100644 --- a/crates/swc_ecma_codegen/tests/sourcemap.rs +++ b/crates/swc_ecma_codegen/tests/sourcemap.rs @@ -156,6 +156,7 @@ fn identity(entry: PathBuf) { } } + dbg!(&src_map); let actual_map = cm.build_source_map(&mut src_map); eprintln!("---- Actual ----"); print_map(&actual_map);