Skip to content

Commit

Permalink
feat: update tsx README to mention nodejs/amaro
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Nov 8, 2024
1 parent edd0fa3 commit 04b3a4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ If your project contains erroneous specifiers like above, use the [correct-ts-sp

## Alternatives

* [Node's built-in support](https://nodejs.org/api/typescript.html) (via [amaro](https://github.com/nodejs/amaro)). `@nodejs-loader/tsx` currently supports more than Amaro.
* [SWC register](https://github.com/swc-project/swc-node/tree/master/packages/register#swc-noderegister)
* [ts-node](https://typestrong.org/ts-node/docs/), it's bigger because they support old node versions. It's also based on typescript.
* [tsx](https://github.com/privatenumber/tsx), it's bigger because they inlude more features such as a cli. It's also based on esbuild.
* [SWC register](https://github.com/swc-project/swc-node/tree/master/packages/register#swc-noderegister)

0 comments on commit 04b3a4d

Please sign in to comment.