You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider moving to Deno or Bun. Paul Miller recommends Bun, and I gave it a try and at least in one project it worked without any changes (other than s/node/bun/), but it is able to run TypeScript natively rather than having to compile it first. Useful for running test suites, and much faster than having to compile first. Plus no need for source maps which is a minor but nice bonus. #35
We should consider moving to Deno or Bun. Paul Miller recommends Bun, and I gave it a try and at least in one project it worked without any changes (other than s/node/bun/), but it is able to run TypeScript natively rather than having to compile it first. Useful for running test suites, and much faster than having to compile first. Plus no need for source maps which is a minor but nice bonus.