Replies: 4 comments 18 replies
|
It could be good to allow passing usual strings to For example, echo(chalk.red(something))
// could be good better than
echo`${ chalk.red(something) }` |
4 replies
|
How to import the experimental module? what shall I do? |
8 replies
|
any way to use experimental features without importing them? This isn't working: #!/usr/bin/env -S npx zx --experimental
// I cannot import from 'zx' here as I'm using `npx zx`
echo`Hi` |
3 replies
|
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Please leave feedback about experimental features.
All reactions