mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
fix: upgrade to swc_ecmascript 0.143 (#14238)
This commit is contained in:
parent
e411747e24
commit
a4c1e1bdcf
11 changed files with 116 additions and 207 deletions
|
@ -163,8 +163,7 @@ fn check_call_expr(
|
|||
ast::Expr::Tpl(tpl) => {
|
||||
if tpl.quasis.len() == 1 {
|
||||
if let Some(tpl_element) = tpl.quasis.get(0) {
|
||||
maybe_name =
|
||||
Some(tpl_element.raw.value.to_string());
|
||||
maybe_name = Some(tpl_element.raw.to_string());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue