mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +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
|
@ -986,8 +986,7 @@ impl Hook for BundleHook {
|
|||
value: Box::new(ast::Expr::Lit(ast::Lit::Str(ast::Str {
|
||||
span,
|
||||
value: module_record.file_name.to_string().into(),
|
||||
kind: ast::StrKind::Synthesized,
|
||||
has_escape: false,
|
||||
raw: None,
|
||||
}))),
|
||||
},
|
||||
ast::KeyValueProp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue