I want to develop about function decleare syntax rewriter library and I found withEllipsis(_🙂 function under the FunctionParameterSyntax and I want to use this function.
But I can not find `SyntaxFactory.makeEllipsisToken` like `SyntaxFactory.makeCommaToken`. It means can not set new ellipsis token. I confirmed that generated of swift syntax code. . But I did not get that insntanciate token of ellipsis function.
Environment
SwiftSyntax
Xcode
swiftc
swift-4.2-RELEASE 0.40200.0
Version 10.1 (10B61)
Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 2a00ca60247bc485f93bc0c58cae863f
Issue Description:
I want to develop about function decleare syntax rewriter library and I found withEllipsis(_🙂 function under the FunctionParameterSyntax and I want to use this function.
But I can not find `SyntaxFactory.makeEllipsisToken` like `SyntaxFactory.makeCommaToken`. It means can not set new ellipsis token. I confirmed that generated of swift syntax code. . But I did not get that insntanciate token of ellipsis function.
Environment
The text was updated successfully, but these errors were encountered: