Skip to content

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

@KillariDev

Description

@KillariDev

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.

Originally posted by @MicahZoltu in #2 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions