diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-22 00:57:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 00:57:03 +0100 |
commit | 1e144ec022df4b824a6a1d8061e1420e57baccea (patch) | |
tree | 3b9675d2704eee577e888e4072599d7d37c74824 /cli/ast.rs | |
parent | 4033b390367e025e73c851a6ce7021631b27e3c0 (diff) |
upgrade: deno_doc, deno_lint, dprint, swc (#8849)
Diffstat (limited to 'cli/ast.rs')
-rw-r--r-- | cli/ast.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/ast.rs b/cli/ast.rs index 255155e7b..d4837bb6f 100644 --- a/cli/ast.rs +++ b/cli/ast.rs @@ -556,6 +556,7 @@ impl swc_bundler::Hook for BundleHook { value: Box::new(ast::Expr::Lit(ast::Lit::Str(ast::Str { span, value: value.into(), + kind: ast::StrKind::Synthesized, has_escape: false, }))), }, |