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 8b7f7c3Copy full SHA for 8b7f7c3
tasks/coverage/src/tools/formatter.rs
@@ -28,6 +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
+ let ParserReturn { program, .. } =
32
Parser::new(&allocator, source_text, source_type).with_options(parse_options).parse();
33
let source_text1 = Formatter::new(&allocator, options.clone()).build(&program);
34
0 commit comments