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: experimental native bun support #156

Merged
merged 25 commits into from
Sep 7, 2023
Merged

feat: experimental native bun support #156

merged 25 commits into from
Sep 7, 2023

Commits on Aug 9, 2023

  1. feat: support native bun imports

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    45d593d View commit details
    Browse the repository at this point in the history
  2. use require

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fe37dac View commit details
    Browse the repository at this point in the history
  3. add bun check

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b3e741a View commit details
    Browse the repository at this point in the history
  4. enable typescript fixture

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4afd09b View commit details
    Browse the repository at this point in the history
  5. ci: add bun tests

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    955acc2 View commit details
    Browse the repository at this point in the history
  6. fix comment

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5f30123 View commit details
    Browse the repository at this point in the history
  7. fix tests

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d5049ef View commit details
    Browse the repository at this point in the history
  8. disable env too

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0b041b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    352156d View commit details
    Browse the repository at this point in the history
  10. improve logs

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    491d2b3 View commit details
    Browse the repository at this point in the history
  11. add --bun flag`

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1568ed1 View commit details
    Browse the repository at this point in the history
  12. use bun test

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3928982 View commit details
    Browse the repository at this point in the history
  13. refactor: move test to the top

    pi0 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ddce6e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    c22822e View commit details
    Browse the repository at this point in the history
  2. add todo hmr test

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    354220a View commit details
    Browse the repository at this point in the history
  3. update hmr (still failing)

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    74ffa88 View commit details
    Browse the repository at this point in the history
  4. fix test (silly me!)

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    31210f7 View commit details
    Browse the repository at this point in the history
  5. remove extra debug

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cd0ed6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe3e65b View commit details
    Browse the repository at this point in the history
  7. add experimental bun flag

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c23a87b View commit details
    Browse the repository at this point in the history
  8. fix ci

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c9242cc View commit details
    Browse the repository at this point in the history
  9. update ci

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    911b367 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    406797f View commit details
    Browse the repository at this point in the history
  11. revert back --coverage

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    39e92f2 View commit details
    Browse the repository at this point in the history
  12. add coverage to both

    pi0 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    193392b View commit details
    Browse the repository at this point in the history