Compare properties for inline babel calls.

This commit is contained in:
Tom Alexander
2023-10-09 19:21:58 -04:00
parent 53b9deff10
commit 6bc6fdc87b
4 changed files with 57 additions and 5 deletions

View File

@@ -45,6 +45,11 @@ pub(crate) fn inline_babel_call<'b, 'g, 'r, 's>(
remaining,
InlineBabelCall {
source: source.into(),
value: todo!(),
call: todo!(),
inside_header: todo!(),
arguments: todo!(),
end_header: todo!(),
},
))
}