Skip to content

Conversation

@peter-leonov-ch
Copy link
Collaborator

Summary

The long beloved ts-node hasn't been updated in 2 years. It also uses acorn pure JS parser which also tends to be less popular and performant than the Go-based esbuild used in tsx.

Pros:

  • actively supported project
  • widely used parser / transformer
  • snappier experience
  • native file-aware watch mode

Cons:

  • does not support type checking

- name: Install TypeScript
run: |
npm install -g typescript ts-node
npm install -g typescript

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: npmCommand not pinned by hash
Click Remediation section below to solve this issue
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@slvrtrn seems like it might be about time (given the latest wave of supply chain attacks) to check the npm lock file in, wdyt?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's do it in a follow-up

@codecov
Copy link

codecov bot commented Dec 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

3 participants