Separate babel call out to its own parser.

This commit is contained in:
Tom Alexander
2023-10-05 16:27:36 -04:00
parent f49a1853ad
commit 343af41f78
6 changed files with 63 additions and 27 deletions

View File

@@ -138,7 +138,6 @@ pub struct Keyword<'s> {
pub struct BabelCall<'s> {
pub source: &'s str,
pub name: Option<&'s str>,
pub key: &'s str,
pub value: &'s str,
}