This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
☂️ JSX Formatting Support #2262
Labels
A-Formatter
Area: formatter
I-Difficult
Implementation: requires deep knowledge of the tools and the problem.
umbrella
Issue to track a collection of other issues
Description
This issue will be used to track the works around the formatting of JSX inside the formatter.
Please refer to the
ungram
file to make sure which grammar is supported by the parser which one is not.JsxSelfClosingElement
#2272 @NicholasLYangJsxElement
#2275JsxFragment
#2276JsxAttribute
#2277JsxSpreadAttribute
#2278JsxChildList
#2483For external contributors
Please refer to this section when writing tests for the formatter.
format_verbatim
, the objective is to remove that and apply a custom formatting;"## Unimplemented nodes/tokens"
, it means that some nodes haven't been implemented and still use the functionformat_verbatim
;*Fields
structs to extract the tokens/nodes;The text was updated successfully, but these errors were encountered: