We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0dedd commit 81d0600Copy full SHA for 81d0600
tasks/coverage/src/tools/formatter.rs
@@ -28,7 +28,7 @@ fn get_result(source_text: &str, source_type: SourceType) -> TestResult {
28
// `oxc_formatter` expects this to be false
29
preserve_parens: false,
30
};
31
- Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
+ Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
32
let source_text1 = Formatter::new(&allocator, options.clone()).build(&program);
33
34
let allocator = Allocator::default();
0 commit comments