diff --git a/rewriter/js/src/lib.rs b/rewriter/js/src/lib.rs index 8d6dc6a..52f6351 100644 --- a/rewriter/js/src/lib.rs +++ b/rewriter/js/src/lib.rs @@ -52,7 +52,7 @@ where .with_options(ParseOptions { allow_v8_intrinsics: true, allow_return_outside_function: true, - preserve_parens: true, + ..Default::default() }) .parse();