Fix missing inner comments in class expressions (#13821)
This commit is contained in:
@@ -31,6 +31,7 @@ export function ClassDeclaration(
|
||||
}
|
||||
|
||||
this.word("class");
|
||||
this.printInnerComments(node);
|
||||
|
||||
if (node.id) {
|
||||
this.space();
|
||||
|
||||
Reference in New Issue
Block a user