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
I have multiple cases where I need to generate string constants using swiftgen, but I need those strings to be properly escaped.
Depending on use case, those I need strings to be
Is there a way to do so? From sources, it looks like the answer is "no": https://github.com/SwiftGen/StencilSwiftKit/blob/fb6a88bac60b088a9f8b61bbc70eacecb2100b59/Sources/StencilSwiftKit/Environment.swift Question 1: Maybe I missed something and it is actually possible to do? Question 2: Will you accept a merge request if I submit an implementation of those filters?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have multiple cases where I need to generate string constants using swiftgen, but I need those strings to be properly escaped.
Depending on use case, those I need strings to be
Is there a way to do so?
From sources, it looks like the answer is "no": https://github.com/SwiftGen/StencilSwiftKit/blob/fb6a88bac60b088a9f8b61bbc70eacecb2100b59/Sources/StencilSwiftKit/Environment.swift
Question 1: Maybe I missed something and it is actually possible to do?
Question 2: Will you accept a merge request if I submit an implementation of those filters?
The text was updated successfully, but these errors were encountered: