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 fd88d24 commit 060ceb3Copy full SHA for 060ceb3
libs/extractor/src/utils.rs
@@ -26,7 +26,7 @@ pub(super) fn expression_to_code(expression: &Expression) -> String {
26
.alloc_expression_statement(SPAN, expression.clone_in(&allocator)),
27
),
28
);
29
-
+
30
Codegen::new()
31
.with_options(CodegenOptions {
32
minify: true,
0 commit comments