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) }` |
Beta Was this translation helpful? Give feedback.
-
How to import the experimental module? what shall I do? |
Beta Was this translation helpful? Give feedback.
-
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`
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Please leave feedback about experimental features.
Beta Was this translation helpful? Give feedback.
All reactions