add comments to legacy ast

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

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

Loading…
Cancel
Save