Skip to content

docs(examples): typescript / javascript#102

Merged
majst01 merged 2 commits intomainfrom
typescript-example
Feb 13, 2026
Merged

docs(examples): typescript / javascript#102
majst01 merged 2 commits intomainfrom
typescript-example

Conversation

@vknabel
Copy link
Contributor

@vknabel vknabel commented Feb 12, 2026

Description

None

@vknabel vknabel requested review from majst01 and ostempel February 12, 2026 10:02
@vknabel vknabel requested a review from a team as a code owner February 12, 2026 10:02
Copy link
Contributor

@ostempel ostempel left a comment

Choose a reason for hiding this comment

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

I think we can remove npm scripts

Comment on lines +7 to +10
"scripts": {
"build": "tsc --project tsconfig.json",
"ip-list": "npm run build && node ./ip-list.js"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

since we use bun I don't think we need this. bun supports out of the box execution of .ts files and transpiles them on the fly

Copy link
Contributor

Choose a reason for hiding this comment

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

I would stick with npm, because these are examples and most end users know npm better than bun. How we build the project is obviously something different.

@majst01 majst01 merged commit fb5579e into main Feb 13, 2026
3 checks passed
@majst01 majst01 deleted the typescript-example branch February 13, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants