change var name for coherence (#9579)
This commit is contained in:
parent
d0e196d210
commit
8f26f6df83
@ -367,7 +367,7 @@ export default class Printer {
|
|||||||
|
|
||||||
const loc = t.isProgram(node) || t.isFile(node) ? null : node.loc;
|
const loc = t.isProgram(node) || t.isFile(node) ? null : node.loc;
|
||||||
this.withSource("start", loc, () => {
|
this.withSource("start", loc, () => {
|
||||||
this[node.type](node, parent);
|
printMethod.call(this, node, parent);
|
||||||
});
|
});
|
||||||
|
|
||||||
this._printTrailingComments(node);
|
this._printTrailingComments(node);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user