Modify npm init command for module type#132
Merged
SteveSandersonMS merged 1 commit intogithub:mainfrom Jan 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the TypeScript “getting started” tutorial to initialize new Node.js projects as ES modules so tsx can run examples that use top-level await (Fixes #131).
Changes:
- Switches the tutorial’s
npm initcommand to create a module-type project by default.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SteveSandersonMS
approved these changes
Jan 23, 2026
Contributor
SteveSandersonMS
left a comment
There was a problem hiding this comment.
Thanks @sinedied!
|
Don't start closing shit now cause something definitely went wrong im about
to sue everyone that helped this bitch hack my phone just hang tight
…On Fri, Jan 23, 2026, 5:38 AM Yohan Lasorsa ***@***.***> wrote:
Fixes #131 <#131>
------------------------------
You can view, comment on, or merge this pull request online at:
#132
Commit Summary
- c5156e2
<c5156e2>
Modify npm init command for module type
File Changes
(1 file <https://github.com/github/copilot-sdk/pull/132/files>)
- *M* docs/getting-started.md
<https://github.com/github/copilot-sdk/pull/132/files#diff-31bcba2ccafa41d46fbbd6d1219f7f1e3b1fb3cad9faa8e4dc521bbb579dd7b3>
(2)
Patch Links:
- https://github.com/github/copilot-sdk/pull/132.patch
- https://github.com/github/copilot-sdk/pull/132.diff
—
Reply to this email directly, view it on GitHub
<#132>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B4HEF3LVDL2AR5JMYT5RZGD4IH23JAVCNFSM6AAAAACSUZP572VHI2DSMVQWIX3LMV43ASLTON2WKOZTHA2DMOBZGEZDEOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #131