Skip to content
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

SyntaxRewrite #342

Closed
michaelstaib opened this issue Nov 13, 2018 · 1 comment
Closed

SyntaxRewrite #342

michaelstaib opened this issue Nov 13, 2018 · 1 comment
Labels
🐾 duplicate This issue or pull request already exists
Milestone

Comments

@michaelstaib
Copy link
Member

public class SyntaxRewrite<TContext> 
{
    public virtual void DocumentNode Visit(DocumentNode node, TContext context) 
    {
        return node.WithFooBar(Name("foo"));
    }
}
@michaelstaib michaelstaib added this to the 0.7.0 milestone Nov 13, 2018
@michaelstaib michaelstaib added the 🐾 duplicate This issue or pull request already exists label Nov 27, 2018
@michaelstaib
Copy link
Member Author

#367

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐾 duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant