fix: upgrade to swc_ecmascript 0.143 (#14238)

This commit is contained in:
David Sherret 2022-04-08 12:31:47 -04:00 committed by GitHub
parent e411747e24
commit a4c1e1bdcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 116 additions and 207 deletions

View file

@ -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 {