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

feat(linter): implement class sorting rule (first pass) #1362

Merged
merged 86 commits into from
Jan 24, 2024

Commits on Dec 29, 2023

  1. wip

    DaniGuardiola committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    53e104f View commit details
    Browse the repository at this point in the history
  2. fixes

    DaniGuardiola committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0494556 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    da3c54c View commit details
    Browse the repository at this point in the history
  2. class parser!

    DaniGuardiola committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    beec56b View commit details
    Browse the repository at this point in the history
  3. split into modules

    DaniGuardiola committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    d50aeab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67ccb2c View commit details
    Browse the repository at this point in the history
  5. use declare_node_union

    DaniGuardiola committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    e2672fe View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

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

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    838edba View commit details
    Browse the repository at this point in the history
  2. resolve merge

    ematipico committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    06cbfb3 View commit details
    Browse the repository at this point in the history
  3. chore some code

    ematipico committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e58fdb7 View commit details
    Browse the repository at this point in the history
  4. shut down clippy

    ematipico committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9ddba19 View commit details
    Browse the repository at this point in the history
  5. public docs

    DaniGuardiola committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e990013 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    9e7d666 View commit details
    Browse the repository at this point in the history
  2. fix: conflict

    ematipico committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cff3479 View commit details
    Browse the repository at this point in the history
  3. address review comments

    DaniGuardiola committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    508a93f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. fix: test and clippy

    ematipico committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    57d6cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57043b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. wip integration tests

    DaniGuardiola committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    89295d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix options and tests

    DaniGuardiola committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3f7904d View commit details
    Browse the repository at this point in the history
  2. class info unit tests

    DaniGuardiola committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    71039f5 View commit details
    Browse the repository at this point in the history
  3. TODOs

    DaniGuardiola committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9144a65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56c4478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2195b0b View commit details
    Browse the repository at this point in the history
  6. fixes

    DaniGuardiola committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    627484d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. lexer unit tests

    DaniGuardiola committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0afcef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84720be View commit details
    Browse the repository at this point in the history
  3. remove panics

    DaniGuardiola committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0d0b4ed View commit details
    Browse the repository at this point in the history
  4. improve docs

    DaniGuardiola committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    72ee1f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. tweak docs

    ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e078cbf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/class-sort-rule' of github.com:DaniGuardiola/biome…

    … into feat/class-sort-rule
    DaniGuardiola committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6174cee View commit details
    Browse the repository at this point in the history
  3. docs(pt-br): translated git hooks page (biomejs#1498)

    Co-authored-by: Victor <[email protected]>
    2 people authored and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    da104cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    841f8cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e78e927 View commit details
    Browse the repository at this point in the history
  6. fix(js_formatter): fix biomejs#1511 (biomejs#1547)

    Co-authored-by: Emanuele Stoppa <[email protected]>
    Conaclos and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b20f0a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34c919a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de9b3e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    801c9ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e79fca1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73d57fc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c8d0981 View commit details
    Browse the repository at this point in the history
  13. release: 1.5.2 (biomejs#1562)

    Co-authored-by: Emanuele Stoppa <[email protected]>
    Conaclos and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e1119f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f55f2a7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4807e98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    31dc7ac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    259a839 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b5f261 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f6b12c4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76fbdb8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a15397c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e39e1b1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    61ce44a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    63dbae0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf0004b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    472e702 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8f79c55 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0c03701 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fa3bd5b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    300d246 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9b25002 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ae46172 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f9c92e1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3e04fd8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c063e28 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e03edce View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d25694f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0b6464b View commit details
    Browse the repository at this point in the history
  39. fix(config): don't include ignored files known to be jsonc files when…

    … ignoreUnknown is true (biomejs#1614)
    Conaclos authored and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f8aea9a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    543248e View commit details
    Browse the repository at this point in the history
  41. Update no_nodejs_modules.rs (biomejs#1621)

    Co-authored-by: Emanuele Stoppa <[email protected]>
    huseeiin and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4bfcfaf View commit details
    Browse the repository at this point in the history
  42. fix(js_parser): Allow const in TsMethodSignatureTypeMember and TsCa…

    …llSignatureTypeMember (biomejs#1625)
    magic-akari authored and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c4500f7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8b3ed5f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c4d72ee View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    3214be6 View commit details
    Browse the repository at this point in the history
  46. release: 1.5.3 (biomejs#1629)

    Conaclos authored and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0c12315 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    74865f0 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    20d73ea View commit details
    Browse the repository at this point in the history
  49. fix(js_formatter): incorrect call chain break (biomejs#1646)

    Co-authored-by: Victorien Elvinger <[email protected]>
    2 people authored and ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    db5c6d8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4176bde View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    997df23 View commit details
    Browse the repository at this point in the history
  52. Revert "tweak docs"

    This reverts commit e078cbf.
    ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e0c1d37 View commit details
    Browse the repository at this point in the history
  53. update codegen

    ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    88357f4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e23182d View commit details
    Browse the repository at this point in the history
  55. codegen

    ematipico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f74aec0 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a1b156d View commit details
    Browse the repository at this point in the history