minimize diff

pull/17671/head
Simon H 5 months ago committed by GitHub
parent 2f55f1f3b1
commit 8b39aa2cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -102,7 +102,7 @@ export function convert(source, ast) {
instance,
module,
css: ast.css ? visit(ast.css) : undefined,
comments: ast.comments
comments: ast.comments?.length > 0 ? ast.comments : undefined
};
},
AnimateDirective(node) {

Loading…
Cancel
Save