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

pers(es/ast): Introduce IdentName #9185

Merged
merged 80 commits into from
Jul 10, 2024
Merged

pers(es/ast): Introduce IdentName #9185

merged 80 commits into from
Jul 10, 2024

Commits on Jul 9, 2024

  1. Declare IdentName

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    14bccb9 View commit details
    Browse the repository at this point in the history
  2. re-export

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cdf3239 View commit details
    Browse the repository at this point in the history
  3. More work for IdentName

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    02b25a2 View commit details
    Browse the repository at this point in the history
  4. span

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ace465f View commit details
    Browse the repository at this point in the history
  5. IdentName

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e9557eb View commit details
    Browse the repository at this point in the history
  6. fix AST

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c100cba View commit details
    Browse the repository at this point in the history
  7. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    423c11a View commit details
    Browse the repository at this point in the history
  8. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    df6dc83 View commit details
    Browse the repository at this point in the history
  9. IdentName

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cea4233 View commit details
    Browse the repository at this point in the history
  10. More fix

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3906285 View commit details
    Browse the repository at this point in the history
  11. swc_ecma_ast/lib.rs

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a018dc8 View commit details
    Browse the repository at this point in the history
  12. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4627a17 View commit details
    Browse the repository at this point in the history
  13. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d5fb0fe View commit details
    Browse the repository at this point in the history
  14. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    054f921 View commit details
    Browse the repository at this point in the history
  15. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8400f99 View commit details
    Browse the repository at this point in the history
  16. Fix more

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9d87834 View commit details
    Browse the repository at this point in the history
  17. More from impl

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    81d7b8f View commit details
    Browse the repository at this point in the history
  18. More from impl

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8abbc4d View commit details
    Browse the repository at this point in the history
  19. More from impl

    kdy1 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6f8a094 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Fix visitor

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ff46240 View commit details
    Browse the repository at this point in the history
  2. Fix visitor

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    208aad2 View commit details
    Browse the repository at this point in the history
  3. Fix quote

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e3eee03 View commit details
    Browse the repository at this point in the history
  4. Fix visitor

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    935453c View commit details
    Browse the repository at this point in the history
  5. Fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a1ec71a View commit details
    Browse the repository at this point in the history
  6. More from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    322400e View commit details
    Browse the repository at this point in the history
  7. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    50cc436 View commit details
    Browse the repository at this point in the history
  8. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    250ddbe View commit details
    Browse the repository at this point in the history
  9. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1a6fa53 View commit details
    Browse the repository at this point in the history
  10. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d5a2808 View commit details
    Browse the repository at this point in the history
  11. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    da31112 View commit details
    Browse the repository at this point in the history
  12. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    791cd9d View commit details
    Browse the repository at this point in the history
  13. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8aba0d0 View commit details
    Browse the repository at this point in the history
  14. More trait impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d833aaa View commit details
    Browse the repository at this point in the history
  15. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b57343a View commit details
    Browse the repository at this point in the history
  16. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a13851c View commit details
    Browse the repository at this point in the history
  17. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    87a61d2 View commit details
    Browse the repository at this point in the history
  18. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eb59dc6 View commit details
    Browse the repository at this point in the history
  19. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3ebd3f1 View commit details
    Browse the repository at this point in the history
  20. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f181641 View commit details
    Browse the repository at this point in the history
  21. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8e708fe View commit details
    Browse the repository at this point in the history
  22. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f619264 View commit details
    Browse the repository at this point in the history
  23. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5e6df97 View commit details
    Browse the repository at this point in the history
  24. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bf12e6d View commit details
    Browse the repository at this point in the history
  25. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8efd3be View commit details
    Browse the repository at this point in the history
  26. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    715e5d5 View commit details
    Browse the repository at this point in the history
  27. More form impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2d4ddb9 View commit details
    Browse the repository at this point in the history
  28. more from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1783104 View commit details
    Browse the repository at this point in the history
  29. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e19a702 View commit details
    Browse the repository at this point in the history
  30. More work

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b41bbee View commit details
    Browse the repository at this point in the history
  31. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    263da58 View commit details
    Browse the repository at this point in the history
  32. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4a8289b View commit details
    Browse the repository at this point in the history
  33. More from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4f9f7d1 View commit details
    Browse the repository at this point in the history
  34. More from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6e272c1 View commit details
    Browse the repository at this point in the history
  35. More from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    357cdb7 View commit details
    Browse the repository at this point in the history
  36. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    98adc76 View commit details
    Browse the repository at this point in the history
  37. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cb14a2b View commit details
    Browse the repository at this point in the history
  38. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7c4738f View commit details
    Browse the repository at this point in the history
  39. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    469dd2c View commit details
    Browse the repository at this point in the history
  40. More from impl

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    726c064 View commit details
    Browse the repository at this point in the history
  41. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c5d5485 View commit details
    Browse the repository at this point in the history
  42. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b890886 View commit details
    Browse the repository at this point in the history
  43. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0b4c422 View commit details
    Browse the repository at this point in the history
  44. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ff9a23a View commit details
    Browse the repository at this point in the history
  45. More fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    08436d3 View commit details
    Browse the repository at this point in the history
  46. More fi

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5f9a6eb View commit details
    Browse the repository at this point in the history
  47. Fix visitor

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b16a824 View commit details
    Browse the repository at this point in the history
  48. Update test refs

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8626b19 View commit details
    Browse the repository at this point in the history
  49. Fix

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    474191f View commit details
    Browse the repository at this point in the history
  50. Fix regression

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8429b9a View commit details
    Browse the repository at this point in the history
  51. Fix ast

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4332681 View commit details
    Browse the repository at this point in the history
  52. LabeledStmt.label

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1fec05e View commit details
    Browse the repository at this point in the history
  53. fix ast

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1ba3efc View commit details
    Browse the repository at this point in the history
  54. Fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7746aed View commit details
    Browse the repository at this point in the history
  55. Label

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eddc88a View commit details
    Browse the repository at this point in the history
  56. Fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1be2536 View commit details
    Browse the repository at this point in the history
  57. Fix more

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7e2b625 View commit details
    Browse the repository at this point in the history
  58. Update test refs

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6cfcb79 View commit details
    Browse the repository at this point in the history
  59. Update test refs

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3c55f50 View commit details
    Browse the repository at this point in the history
  60. Update test refs

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c2164da View commit details
    Browse the repository at this point in the history
  61. reset ci

    kdy1 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bc1bbd9 View commit details
    Browse the repository at this point in the history