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

Bun runtime support #1323

Open
thescientist13 opened this issue Nov 17, 2024 · 0 comments
Open

Bun runtime support #1323

thescientist13 opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels
CLI documentation Greenwood specific docs feature New feature or request
Milestone

Comments

@thescientist13
Copy link
Member

Type of Change

Feature

Summary

Splitting of from #953 and based on some initial prototyping being conducted here, it seems like there is a very happy path towards basic Bun support for Greenwood.

What does that mean in practice? Effectively instead of using npm and node, levarge the equivalents in Bun

$ bun install
$ bun dev # maps to `greenwood develop`

Details

Some of the main considerations to account for as part of this work

  1. Support custom imports - https://bun.sh/docs/runtime/plugins (align with migrate to register function for NodeJS custom imports (no more flag!) #1220)
  2. Include a GitHub action to validate all test cases during Greenwood CI
  3. Add documentation to the Greenwood website
@thescientist13 thescientist13 added documentation Greenwood specific docs CLI feature New feature or request labels Nov 17, 2024
@thescientist13 thescientist13 added this to the 1.0 milestone Nov 17, 2024
@thescientist13 thescientist13 self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI documentation Greenwood specific docs feature New feature or request
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant