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

[nodejs] add bun backend #101

Merged
merged 9 commits into from
Apr 10, 2023
Merged

[nodejs] add bun backend #101

merged 9 commits into from
Apr 10, 2023

Commits on Mar 30, 2023

  1. [nodejs] add bun backend

    cdmistman committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c0b1a2d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    caa1586 View commit details
    Browse the repository at this point in the history
  2. fix lint

    cdmistman committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    528a3d7 View commit details
    Browse the repository at this point in the history
  3. add bun backend to cli

    cdmistman committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c4789b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. nodejs-bun -> bun

    bun can be used to replace a nodejs packager, but it can also be used in its own runtime. As such, it's not accurate to label it as a 'nodejs' backend
    cdmistman committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    20d48da View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    d888c28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76dddec View commit details
    Browse the repository at this point in the history
  3. fix version matching

    cdmistman committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    2f376dd View commit details
    Browse the repository at this point in the history
  4. cleanup comments

    cdmistman committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b11e9b1 View commit details
    Browse the repository at this point in the history