make first node in a class body inherit class comments
This commit is contained in:
@@ -82,6 +82,8 @@ Class.prototype.run = function () {
|
||||
|
||||
this.buildBody();
|
||||
|
||||
t.inheritsComments(body[0], this.node);
|
||||
|
||||
if (this.closure) {
|
||||
if (body.length === 1) {
|
||||
// only a constructor so no need for a closure container
|
||||
|
||||
Reference in New Issue
Block a user