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

Require Node.js 18 and support Ink 5 #84

Merged
merged 1 commit into from
May 14, 2024
Merged

Require Node.js 18 and support Ink 5 #84

merged 1 commit into from
May 14, 2024

Conversation

sindresorhus
Copy link
Collaborator

No description provided.

},
"ava": {
"extensions": {
"ts": "module",
"tsx": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
"--import=tsimp/import"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ts-node is not really working anymore, so I switched.

// Need this to invert each char separately
const inverse = (s: string) => {
return [...s].map(c => chalk.inverse(c)).join('');
};
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Seems like this is not required anymore.

@vadimdemedes
Copy link
Owner

Thanks!

@vadimdemedes vadimdemedes merged commit 338ae6e into master May 14, 2024
4 checks passed
@vadimdemedes vadimdemedes deleted the node18 branch May 14, 2024 08:00
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.

2 participants