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

Internal support for Node and Bun #56

Merged
merged 21 commits into from
Jul 2, 2024
Merged

Internal support for Node and Bun #56

merged 21 commits into from
Jul 2, 2024

Conversation

Hexagon
Copy link
Owner

@Hexagon Hexagon commented May 16, 2024

Work in progress Getting close to completion, still open for feedback!

  • Replaces Deno.Kv with @cross/kv
  • Uses @cross/utils/sysinfo for cross runtime system information
  • --unstable-kv is no longer required, allowing for a stable release

To run in Node or Bun:

  • Create a package json by running deno run -A tools/generate-package-json.ts
  • Start using npx tsx pup.ts or bun run pup.ts

@Hexagon Hexagon changed the title WIP support for Node and Bun Support for Node and Bun Jun 1, 2024
@Hexagon Hexagon marked this pull request as ready for review June 1, 2024 20:05
@Hexagon Hexagon changed the title Support for Node and Bun Internal support for Node and Bun Jul 2, 2024
@Hexagon Hexagon merged commit 60893e8 into main Jul 2, 2024
2 checks passed
@Hexagon Hexagon deleted the wip-node-bun-support branch September 8, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant