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

Support formatting options when unparsing ASTs to strings #559

Merged
merged 7 commits into from Jul 11, 2022
Merged

Support formatting options when unparsing ASTs to strings #559

merged 7 commits into from Jul 11, 2022

Commits on Jul 7, 2022

  1. Support formatting options when unparsing ASTs to strings (#293)

    This change adds formatting capability to unparser by introducing a new function
    named `UnparseFormatted`. The function will accept any number of
    `UnparserFormattingOption` to support adding new lines for any desired
    non-unary operators.
    l46kok committed Jul 7, 2022
    Copy the full SHA
    604a4bd View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Copy the full SHA
    7727e6c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fa13d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    31abeac View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    58de03a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a6985bd View commit details
    Browse the repository at this point in the history
  6. WrapColumn -> WrapOnColumn

    l46kok committed Jul 11, 2022
    Copy the full SHA
    84b3650 View commit details
    Browse the repository at this point in the history