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

fix(js_formatter): placements of line comments between function parentheses and body #1485

Commits on Jan 10, 2024

  1. fix: include function expressions when performing specialized placement

    We should only do this for `Line` comments, it seems like that is what
    prettier does.
    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cce8071 View commit details
    Browse the repository at this point in the history
  2. Rename function

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    ad799bb View commit details
    Browse the repository at this point in the history
  3. uncomment prittier diff

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6211ceb View commit details
    Browse the repository at this point in the history
  4. update changelog

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7bc7338 View commit details
    Browse the repository at this point in the history
  5. Remove empty line

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7253db7 View commit details
    Browse the repository at this point in the history
  6. fix changelog

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    218ebe0 View commit details
    Browse the repository at this point in the history
  7. fix comment

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b50507e View commit details
    Browse the repository at this point in the history
  8. format file

    kalleep committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bd2c08b View commit details
    Browse the repository at this point in the history