From 57385f268dd97d0db472a9c9f7b61dd7eb3fc9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 19 Apr 2021 16:13:47 +0900 Subject: [PATCH] Add TODO --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 13da0a12866c..ca1aee5e39dc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -226,6 +226,9 @@ impl Compiler { }) } + /// Converts ast node to source string and sourcemap. + /// + /// TODO: Receive target file path to fix https://github.com/swc-project/swc/issues/1255 pub fn print( &self, node: &T,