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

chore: migrate to tsup #58

Closed
wants to merge 6 commits into from
Closed

chore: migrate to tsup #58

wants to merge 6 commits into from

Conversation

danbillson
Copy link
Contributor

An initial look into improving some of the local tooling for the node sdk

The aim of introducing bun and tsup is to speed up and simplify the process of development locally.

Bun supports ts out of the box without needing to manually transpile code before it can be executed, is fully compatible with jest but can run the test suite 10x faster.

tsup makes the build step much faster and more simple with less config and setup required.

Changes:

  • replace yarn with bun for dependency management
  • replace babel with tsup
  • add an example which can be used to test in real time
  • use bun for testing

@danbillson danbillson self-assigned this Oct 16, 2024
@danbillson danbillson closed this Oct 17, 2024
@danbillson danbillson deleted the dev-tools branch November 20, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant