We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc.GroupWithId()
csharpier/Src/CSharpier/DocTypes/Doc.cs
Line 84 in 7ed2638
List<Doc>
csharpier/Src/CSharpier/SyntaxPrinter/SyntaxNodePrinters/Parameter.cs
Line 37 in 5583107
where we convert a List into an Array and back into a List in the Group() constructor.
List
Array
Group()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
csharpier/Src/CSharpier/DocTypes/Doc.cs
Line 84 in 7ed2638
should probably have another overload that takes a
List<Doc>
so that we don't have instances like this:
csharpier/Src/CSharpier/SyntaxPrinter/SyntaxNodePrinters/Parameter.cs
Line 37 in 5583107
where we convert a
List
into anArray
and back into aList
in theGroup()
constructor.The text was updated successfully, but these errors were encountered: