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

Children print rework #160

Merged
merged 26 commits into from
Jan 2, 2021
Merged

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    68b4953 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. WIP children tags rework

    Goals:
    - switch logic around: prepare nodes before printing docs, try to avoid modifying printed result
    - respect user's wish to have line breaks sveltejs#143 sveltejs#117
    - generally try to be more in line with how prettier formats things
    
    TODO:
    - either get tag break logic on par with prettier (breaking > into new lines etc) or adjust tests
    - more readable tag breaking logic for multiple children tags
    - tidy up
    Simon Holthausen committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    88d31b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. how it should be

    Simon Holthausen committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4a8f8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Almost - whitespace handling between tags WIP

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9da9039 View commit details
    Browse the repository at this point in the history
  2. greeeeeeen!

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    2ca3d8e View commit details
    Browse the repository at this point in the history
  3. cleanup

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    ae7130b View commit details
    Browse the repository at this point in the history
  4. more cleanup

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    950fdd5 View commit details
    Browse the repository at this point in the history
  5. readd test casses

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    e5fcff1 View commit details
    Browse the repository at this point in the history
  6. cleanup

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    4db36a7 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Simon Holthausen committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    fdbb7eb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. more tests, some failing

    Simon Holthausen committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    9738d30 View commit details
    Browse the repository at this point in the history
  2. remove some groups from svelte blocks so that all branches break toge…

    …ther
    Simon Holthausen committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    8de5d04 View commit details
    Browse the repository at this point in the history
  3. fix whitespace handling

    Simon Holthausen committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    9864fa5 View commit details
    Browse the repository at this point in the history
  4. cleanup + docs

    Simon Holthausen committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    098fafd View commit details
    Browse the repository at this point in the history
  5. more tests + fixes

    fix break of block element followed by inline element
    Simon Holthausen committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    acef00a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Fix nested inline blocks bug

    Simon Holthausen committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    3550565 View commit details
    Browse the repository at this point in the history
  2. fix top level printing

    Simon Holthausen committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b03bddc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Fix top level trim

    Simon Holthausen committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    e9c3e50 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. leave one whitespace inside inline elements

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    4998b29 View commit details
    Browse the repository at this point in the history
  2. Fix empty element handling with long attributes

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    3d9c118 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace handling at start/end of inline-element

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    a7a098f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into tag-breaks-rework

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    a9cb740 View commit details
    Browse the repository at this point in the history
  5. changelog

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    9b94545 View commit details
    Browse the repository at this point in the history
  6. comment

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    6c9d295 View commit details
    Browse the repository at this point in the history
  7. remove obsolete type

    Simon Holthausen committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    6c11a93 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Reprint formatting tests to check reformat prints the same + fix surf…

    …acing bug
    Simon Holthausen committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    e8b2d8e View commit details
    Browse the repository at this point in the history