Skip to content

implementation for use of tsx instead of ts-node#4051

Open
Otter-0x4ka5h wants to merge 5 commits intosolana-foundation:masterfrom
Otter-0x4ka5h:anchor#3785
Open

implementation for use of tsx instead of ts-node#4051
Otter-0x4ka5h wants to merge 5 commits intosolana-foundation:masterfrom
Otter-0x4ka5h:anchor#3785

Conversation

@Otter-0x4ka5h
Copy link
Copy Markdown
Contributor

cargo build --release -p anchor-cli
./target/release/anchor --version
mkdir /tmp/anchor-tsx && cd /tmp/anchor-tsx
../target/release/anchor init demo-ts
cd demo-ts && cat package.json

Closes #3785

@vercel
Copy link
Copy Markdown

vercel bot commented Nov 12, 2025

Someone is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

@0x4ka5h 0x4ka5h requested a review from jamie-osec November 30, 2025 16:02
@egasimus
Copy link
Copy Markdown

@jamie-osec ping?

@jamie-osec
Copy link
Copy Markdown
Collaborator

I believe we're not merging any new non-fix PRs until 1.0 is cut

Comment on lines +3962 to +3964
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
.output()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Done automatically by output:

Suggested change
.stdout(Stdio::inherit())
.stderr(Stdio::inherit())
.output()
.output()

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.

Use tsx instead of ts-node?

3 participants