-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
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
Extract syntax builder generation templates into separate directory #456
Conversation
@swift-ci please test |
Hi @fwcd and welcome! 👋 Could you squash the commits into a single commit and then push? |
Sure, is everything fine as is? My thinking was to leave them separated until the PR is fully reviewed and mergeable. |
@swift-ci Please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM 👍
- Extract Tokens SourceFile into separate file - Move syntax builder templates into subfolder - Reformat TokensFile for readability - Rename to SyntaxUtilities
@swift-ci Please test |
Could we merge this? |
Yea if it's green and approved. |
I don't have commit access, but I have chatted with @ahoppen earlier, this should be ready to go. |
🎉🎉 |
This branch aims to introduce a consistent directory layout for the
SourceFile
templates from the newSwiftSyntaxBuilderGeneration
module by moving theTokens.swift
template into a subdirectory namedTemplates
:Additionally, I have reformatted the file with slightly more readable indentation.
cc @ahoppen @kimdv