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

refactor(ast): Make serde optional #7138

Merged
merged 83 commits into from Mar 27, 2023
Merged

refactor(ast): Make serde optional #7138

merged 83 commits into from Mar 27, 2023

Commits on Mar 27, 2023

  1. feat: serde-impl

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    31fb5c9 View commit details
    Browse the repository at this point in the history
  2. fixup

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    2720c40 View commit details
    Browse the repository at this point in the history
  3. fixup

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f1a1ae7 View commit details
    Browse the repository at this point in the history
  4. Make serde optional

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    d524aa9 View commit details
    Browse the repository at this point in the history
  5. Make serde optional

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    fc7585b View commit details
    Browse the repository at this point in the history
  6. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e588fdb View commit details
    Browse the repository at this point in the history
  7. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    10758fc View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d88c07d View commit details
    Browse the repository at this point in the history
  9. serde(untagged)

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f34b89f View commit details
    Browse the repository at this point in the history
  10. serde-impl => serde

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f90445b View commit details
    Browse the repository at this point in the history
  11. Attributes

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    58b1237 View commit details
    Browse the repository at this point in the history
  12. cfg

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    c044110 View commit details
    Browse the repository at this point in the history
  13. cfg

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    7e20a51 View commit details
    Browse the repository at this point in the history
  14. cfg

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    fc709e7 View commit details
    Browse the repository at this point in the history
  15. constraint

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    59b491e View commit details
    Browse the repository at this point in the history
  16. Revert "serde-impl => serde"

    This reverts commit 1809b8a.
    kdy1 committed Mar 27, 2023
    Copy the full SHA
    5fc3fe0 View commit details
    Browse the repository at this point in the history
  17. serde => serde-impl

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e8298f1 View commit details
    Browse the repository at this point in the history
  18. serde

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    455ff03 View commit details
    Browse the repository at this point in the history
  19. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    85fad9b View commit details
    Browse the repository at this point in the history
  20. serde feature for swc_estree_ast

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    0cc7b8b View commit details
    Browse the repository at this point in the history
  21. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    4f102fc View commit details
    Browse the repository at this point in the history
  22. Fix some

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    902576f View commit details
    Browse the repository at this point in the history
  23. Fix some

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    24c08f1 View commit details
    Browse the repository at this point in the history
  24. Fix some

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    d14b6e9 View commit details
    Browse the repository at this point in the history
  25. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    bc52e3b View commit details
    Browse the repository at this point in the history
  26. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    bde028c View commit details
    Browse the repository at this point in the history
  27. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    2f3f144 View commit details
    Browse the repository at this point in the history
  28. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    03a992b View commit details
    Browse the repository at this point in the history
  29. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    c5d4870 View commit details
    Browse the repository at this point in the history
  30. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    a2ce6ec View commit details
    Browse the repository at this point in the history
  31. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e0340ec View commit details
    Browse the repository at this point in the history
  32. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    cbaa750 View commit details
    Browse the repository at this point in the history
  33. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e648b02 View commit details
    Browse the repository at this point in the history
  34. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    df9cb00 View commit details
    Browse the repository at this point in the history
  35. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    756c6bf View commit details
    Browse the repository at this point in the history
  36. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    bca6fe5 View commit details
    Browse the repository at this point in the history
  37. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f71f9ef View commit details
    Browse the repository at this point in the history
  38. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    43f031c View commit details
    Browse the repository at this point in the history
  39. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    df42f50 View commit details
    Browse the repository at this point in the history
  40. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    5b36fcb View commit details
    Browse the repository at this point in the history
  41. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    5313c99 View commit details
    Browse the repository at this point in the history
  42. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    a34af33 View commit details
    Browse the repository at this point in the history
  43. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e5c3415 View commit details
    Browse the repository at this point in the history
  44. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f0878b5 View commit details
    Browse the repository at this point in the history
  45. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    bbd4a8d View commit details
    Browse the repository at this point in the history
  46. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    cf000f5 View commit details
    Browse the repository at this point in the history
  47. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    87d0a82 View commit details
    Browse the repository at this point in the history
  48. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    2f1c7f1 View commit details
    Browse the repository at this point in the history
  49. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    c8a5a2b View commit details
    Browse the repository at this point in the history
  50. Feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    ea83a5f View commit details
    Browse the repository at this point in the history
  51. Feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e7fca36 View commit details
    Browse the repository at this point in the history
  52. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    4b17dc0 View commit details
    Browse the repository at this point in the history
  53. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    73070fd View commit details
    Browse the repository at this point in the history
  54. Feature should enable dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    693e8d5 View commit details
    Browse the repository at this point in the history
  55. Fix lints

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    09bd863 View commit details
    Browse the repository at this point in the history
  56. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    5442839 View commit details
    Browse the repository at this point in the history
  57. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    6d648ff View commit details
    Browse the repository at this point in the history
  58. feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    2654390 View commit details
    Browse the repository at this point in the history
  59. feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    4020402 View commit details
    Browse the repository at this point in the history
  60. Feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    b22125d View commit details
    Browse the repository at this point in the history
  61. Dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    38e6f7f View commit details
    Browse the repository at this point in the history
  62. Change StringEnum

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e3057ea View commit details
    Browse the repository at this point in the history
  63. Cargo dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    48a3e27 View commit details
    Browse the repository at this point in the history
  64. Cargo dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    d8985d6 View commit details
    Browse the repository at this point in the history
  65. Cargo dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    fe4c7ca View commit details
    Browse the repository at this point in the history
  66. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f5caa48 View commit details
    Browse the repository at this point in the history
  67. Cargo dep

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    66e7bad View commit details
    Browse the repository at this point in the history
  68. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    eba914e View commit details
    Browse the repository at this point in the history
  69. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    80ecc23 View commit details
    Browse the repository at this point in the history
  70. Revert

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    8c83deb View commit details
    Browse the repository at this point in the history
  71. Feature

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    e1f9456 View commit details
    Browse the repository at this point in the history
  72. Use extra-serde

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    83b736e View commit details
    Browse the repository at this point in the history
  73. "extra-serde"

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    aa6242f View commit details
    Browse the repository at this point in the history
  74. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    3ccc71f View commit details
    Browse the repository at this point in the history
  75. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    2b39b02 View commit details
    Browse the repository at this point in the history
  76. More fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    dd371ff View commit details
    Browse the repository at this point in the history
  77. Default

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    316c9ef View commit details
    Browse the repository at this point in the history
  78. lints

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    1cca20c View commit details
    Browse the repository at this point in the history
  79. Fix

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    1518fc8 View commit details
    Browse the repository at this point in the history
  80. swc_core

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    4576643 View commit details
    Browse the repository at this point in the history
  81. Fix swc

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f416241 View commit details
    Browse the repository at this point in the history
  82. Fix more

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    0f69731 View commit details
    Browse the repository at this point in the history
  83. Fix swc_core

    kdy1 committed Mar 27, 2023
    Copy the full SHA
    f7360fd View commit details
    Browse the repository at this point in the history