Closed pvarga-dni closed 4 years ago
JSBindingIdentifier
and JSBinding*
formatter methods need to be updated to output meta.accessibility
.
@sebmck I started looking at it and it's not only a format issue but also the parser. That information is not present in the final AST.
That's weird, parseBindingListItem
and the parseTSAccessModifier
call is where we'd be setting it.
Environment
Steps To Reproduce
rome check --review
but then didn't accept any of the proposed changes (pressedn
).class X { constructor(public y: z,
->class X { constructor (y,
Expected Results
Just fix formatting but don't remove the visibility modifiers and types.