From 8c9071c950ed7750ab263921171287c52396378a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 29 Sep 2022 12:08:40 +0200 Subject: Add note on future idea --- tests/test_utils/swc.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/test_utils/swc.rs b/tests/test_utils/swc.rs index f455674..f08fe38 100644 --- a/tests/test_utils/swc.rs +++ b/tests/test_utils/swc.rs @@ -9,6 +9,10 @@ use swc_ecma_parser::{ error::Error as SwcError, parse_file_as_expr, parse_file_as_module, EsConfig, Syntax, }; +// To do: +// Use lexer in the future: +// + /// Parse ESM in MDX with SWC. #[allow(dead_code)] pub fn parse_esm(value: &str) -> MdxSignal { -- cgit