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(es/decorators): Adjust implementation slightly based on version #9488

Draft
wants to merge 47 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. API

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c62214f View commit details
    Browse the repository at this point in the history
  2. Enable tests

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    92043c2 View commit details
    Browse the repository at this point in the history
  3. Add tests

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d32baa View commit details
    Browse the repository at this point in the history
  4. helpers

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    17333f0 View commit details
    Browse the repository at this point in the history
  5. version

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2b8a203 View commit details
    Browse the repository at this point in the history
  6. More adjust

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e00b00d View commit details
    Browse the repository at this point in the history
  7. state

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c19ad85 View commit details
    Browse the repository at this point in the history
  8. create_set_function_name_call

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d55459e View commit details
    Browse the repository at this point in the history
  9. fix build

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    95270c5 View commit details
    Browse the repository at this point in the history
  10. decoration args

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    22d2deb View commit details
    Browse the repository at this point in the history
  11. Update test refs for 2022-03

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    454bf4e View commit details
    Browse the repository at this point in the history
  12. args

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7d535c0 View commit details
    Browse the repository at this point in the history
  13. ojbect pattern optimization

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6d613be View commit details
    Browse the repository at this point in the history
  14. Update test refs

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7e5d317 View commit details
    Browse the repository at this point in the history
  15. Update test refs

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ea127be View commit details
    Browse the repository at this point in the history
  16. cleanup: new_private()

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ee07621 View commit details
    Browse the repository at this point in the history
  17. optimize computed prop name

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bfffa01 View commit details
    Browse the repository at this point in the history
  18. Update test refs

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2cc1b91 View commit details
    Browse the repository at this point in the history
  19. Optimize constants

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6842224 View commit details
    Browse the repository at this point in the history
  20. Rename

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    070f120 View commit details
    Browse the repository at this point in the history
  21. Update test refs

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    95d01b0 View commit details
    Browse the repository at this point in the history
  22. Update test refs matching babel

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2cf3ea9 View commit details
    Browse the repository at this point in the history
  23. Sync babel tests

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ad0332b View commit details
    Browse the repository at this point in the history
  24. init_extra

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2212fed View commit details
    Browse the repository at this point in the history
  25. inject field inits

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    17cb0fc View commit details
    Browse the repository at this point in the history
  26. swap to fix

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4d904a6 View commit details
    Browse the repository at this point in the history
  27. Prefix with _

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b92567d View commit details
    Browse the repository at this point in the history
  28. Use identical prefix as babel

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2cb8261 View commit details
    Browse the repository at this point in the history
  29. Update test refs (trivial

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2611968 View commit details
    Browse the repository at this point in the history
  30. Use correct logic for flags

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9596af3 View commit details
    Browse the repository at this point in the history
  31. More flag fix

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a86a37c View commit details
    Browse the repository at this point in the history
  32. to_property_key

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3cf7dd4 View commit details
    Browse the repository at this point in the history
  33. this in init call

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4f2db7b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7ad079d View commit details
    Browse the repository at this point in the history
  35. fix old decorators

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    61d4d1b View commit details
    Browse the repository at this point in the history
  36. FIx init_extra

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8df68bb View commit details
    Browse the repository at this point in the history
  37. fix condition

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2539f39 View commit details
    Browse the repository at this point in the history
  38. Make condition more precise

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    db1a4a6 View commit details
    Browse the repository at this point in the history
  39. toPropertyKey

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9ccc190 View commit details
    Browse the repository at this point in the history
  40. Remove assumption test

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    732c847 View commit details
    Browse the repository at this point in the history
  41. Remove assumption test

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1bef533 View commit details
    Browse the repository at this point in the history
  42. this_arg

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e71c0be View commit details
    Browse the repository at this point in the history
  43. Align var name with babel

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a217d09 View commit details
    Browse the repository at this point in the history
  44. Use this_arg

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ae4af3a View commit details
    Browse the repository at this point in the history
  45. visit_mut_class_decl: Ident

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6a26f36 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    77335cc View commit details
    Browse the repository at this point in the history
  47. Update

    kdy1 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6a0ae91 View commit details
    Browse the repository at this point in the history