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/compat): Implement transform for explicit resource management #7376

Merged
merged 68 commits into from
Jun 29, 2023

Commits on Jun 20, 2023

  1. Add a test

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f164917 View commit details
    Browse the repository at this point in the history
  2. More work

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ebc1193 View commit details
    Browse the repository at this point in the history
  3. test

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fed116f View commit details
    Browse the repository at this point in the history
  4. test_fixture

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    dffab9f View commit details
    Browse the repository at this point in the history
  5. Add tests

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cf3bdbb View commit details
    Browse the repository at this point in the history
  6. Rename

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4df3c9c View commit details
    Browse the repository at this point in the history
  7. output path

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3ccc155 View commit details
    Browse the repository at this point in the history
  8. Fix path

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cc066ce View commit details
    Browse the repository at this point in the history
  9. Typo

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    df0c3a3 View commit details
    Browse the repository at this point in the history
  10. mjs

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    83e22df View commit details
    Browse the repository at this point in the history
  11. exec

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    262e96f View commit details
    Browse the repository at this point in the history
  12. test name

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    62ca46e View commit details
    Browse the repository at this point in the history
  13. await_

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0a4489b View commit details
    Browse the repository at this point in the history
  14. Fix visitor

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d2a5479 View commit details
    Browse the repository at this point in the history
  15. is_await

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ba73363 View commit details
    Browse the repository at this point in the history
  16. fixup

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fe5f1d8 View commit details
    Browse the repository at this point in the history
  17. await

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    088cd13 View commit details
    Browse the repository at this point in the history
  18. serde

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    be84c8f View commit details
    Browse the repository at this point in the history
  19. Fix quote

    kdy1 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    93c5e5b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. visit_mut_stmt_likes

    kdy1 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    028c537 View commit details
    Browse the repository at this point in the history
  2. codegen

    kdy1 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9bbaf40 View commit details
    Browse the repository at this point in the history
  3. More

    kdy1 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0bffa0d View commit details
    Browse the repository at this point in the history
  4. WIP

    kdy1 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7f2e857 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. helper

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    69f71d4 View commit details
    Browse the repository at this point in the history
  2. try

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f05664f View commit details
    Browse the repository at this point in the history
  3. _using

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    95823f4 View commit details
    Browse the repository at this point in the history
  4. using

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8810c61 View commit details
    Browse the repository at this point in the history
  5. sort

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7d37526 View commit details
    Browse the repository at this point in the history
  6. Prevent overflow

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0cdb779 View commit details
    Browse the repository at this point in the history
  7. stack var

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e0b9c99 View commit details
    Browse the repository at this point in the history
  8. await using

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    694cd7b View commit details
    Browse the repository at this point in the history
  9. await

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    16ab2b1 View commit details
    Browse the repository at this point in the history
  10. Var decl

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    18831f0 View commit details
    Browse the repository at this point in the history
  11. input.mjs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    11bf306 View commit details
    Browse the repository at this point in the history
  12. allow_using_decl

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5e5bcd2 View commit details
    Browse the repository at this point in the history
  13. allow_using_decl

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f839993 View commit details
    Browse the repository at this point in the history
  14. Drop ;

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a220dda View commit details
    Browse the repository at this point in the history
  15. fixup: doc

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2018855 View commit details
    Browse the repository at this point in the history
  16. await dispose

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e98c211 View commit details
    Browse the repository at this point in the history
  17. is_await

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fd8e906 View commit details
    Browse the repository at this point in the history
  18. order

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    533fb3e View commit details
    Browse the repository at this point in the history
  19. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    566ee08 View commit details
    Browse the repository at this point in the history
  20. const

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0a4365d View commit details
    Browse the repository at this point in the history
  21. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7c1060e View commit details
    Browse the repository at this point in the history
  22. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fa0c57a View commit details
    Browse the repository at this point in the history
  23. Ignore

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7c96a55 View commit details
    Browse the repository at this point in the history
  24. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    16a7411 View commit details
    Browse the repository at this point in the history
  25. external helpers

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c562a1e View commit details
    Browse the repository at this point in the history
  26. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0e068e1 View commit details
    Browse the repository at this point in the history
  27. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f5761be View commit details
    Browse the repository at this point in the history
  28. Fix parser

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e5b404b View commit details
    Browse the repository at this point in the history
  29. use_const

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0cda26a View commit details
    Browse the repository at this point in the history
  30. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    12a393a View commit details
    Browse the repository at this point in the history
  31. for of

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3f7ecfa View commit details
    Browse the repository at this point in the history
  32. fixup

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    faee8e7 View commit details
    Browse the repository at this point in the history
  33. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    059a37e View commit details
    Browse the repository at this point in the history
  34. Rename

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a733502 View commit details
    Browse the repository at this point in the history
  35. hoist

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    35a6b5c View commit details
    Browse the repository at this point in the history
  36. export default decl

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    98999aa View commit details
    Browse the repository at this point in the history
  37. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fe2aabf View commit details
    Browse the repository at this point in the history
  38. export default expr

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9139151 View commit details
    Browse the repository at this point in the history
  39. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7349008 View commit details
    Browse the repository at this point in the history
  40. Update test refs

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6806fd2 View commit details
    Browse the repository at this point in the history
  41. _

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b771a14 View commit details
    Browse the repository at this point in the history
  42. Fix helpers

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1ad03e6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2e59114 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    29f8b58 View commit details
    Browse the repository at this point in the history
  45. Ignore

    kdy1 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    23b739d View commit details
    Browse the repository at this point in the history