You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
match// foo
a with|_->()match!// foo!
a with|_->()
Result
match a with|_->()match! a with|_->()
Problem description
The is no TriviaNodeAssigner anchor node to connect the trivia comment.
I do notice that the SynExpr.Match (and MatchBang) starts from the match keyword, so a node could be constructed from this information in ASTTransformer.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
The is no TriviaNodeAssigner anchor node to connect the trivia comment.
I do notice that the SynExpr.Match (and MatchBang) starts from the
match
keyword, so a node could be constructed from this information in ASTTransformer.Extra information
Options
Fantomas Master at 07/31/2021 13:53:04 - d03a398
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: