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

feat(learn): organise TypeScript articles from simplest to advanced usage #7465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JakobJingleheimer
Copy link
Member

Currently, the articles are sequenced advanced to simplest, which I think is backwards.

@JakobJingleheimer JakobJingleheimer requested review from a team as code owners February 2, 2025 14:34
Copy link

vercel bot commented Feb 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview Feb 2, 2025 2:34pm

@AugustinMauroy
Copy link
Member

AugustinMauroy commented Feb 2, 2025

Hold on, need to sync with #7440 (comment)

Edit:

Result of discution is #7440 (comment)

@AugustinMauroy AugustinMauroy added content Issues/pr concerning content learn Issues/pr concerning the learn section labels Feb 23, 2025
@@ -6,7 +6,7 @@ authors: AugustinMauroy

# Running TypeScript with a runner

In the previous article, we learned how to run TypeScript code using transpilation. In this article, we will learn how to run TypeScript code using a runner.
If you want more advanced processing of TypeScript than node's built-in support (or you're using node prior to v22.7.0), you have 2 options: use a runner (which handles much of the complexity for you), or handle it all yourself via [transpilation](./transpile.md).
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
If you want more advanced processing of TypeScript than node's built-in support (or you're using node prior to v22.7.0), you have 2 options: use a runner (which handles much of the complexity for you), or handle it all yourself via [transpilation](./transpile.md).
If you want more advanced processing of TypeScript than the built-in support (or you're using Node.js prior to v22.7.0), you have 2 options: use a runner (which handles much of the complexity for you), or handle it all yourself via [transpilation](./transpile.md).

@avivkeller
Copy link
Member

@JakobJingleheimer could you please resolve @styfle's concerns, and resolve the merge conflicts? Once that's one, this should be good to merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues/pr concerning content learn Issues/pr concerning the learn section
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants