summaryrefslogtreecommitdiff
path: root/cli/emit.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-08 12:31:47 -0400
committerGitHub <noreply@github.com>2022-04-08 12:31:47 -0400
commita4c1e1bdcf3bd295d624c266278670e08227b26b (patch)
tree49ca167dc1c867337d834327987c95f72b57b086 /cli/emit.rs
parente411747e24b998c8178d0689aa7d63b0ad0e7046 (diff)
fix: upgrade to swc_ecmascript 0.143 (#14238)
Diffstat (limited to 'cli/emit.rs')
-rw-r--r--cli/emit.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/emit.rs b/cli/emit.rs
index c5562e1d4..809260ac0 100644
--- a/cli/emit.rs
+++ b/cli/emit.rs
@@ -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 {