Make terminator paren comment check more strict (#5651)
This commit is contained in:
@@ -199,7 +199,7 @@ export function AssignmentExpression(node: Object): boolean {
|
||||
}
|
||||
}
|
||||
|
||||
// Walk up the print stack to deterimine if our node can come first
|
||||
// Walk up the print stack to determine if our node can come first
|
||||
// in statement.
|
||||
function isFirstInStatement(
|
||||
printStack: Array<Object>,
|
||||
|
||||
Reference in New Issue
Block a user