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.
Uh oh!
There was an error while loading. Please reload this page.
-
Please leave feedback about experimental features.
Beta Was this translation helpful? Give feedback.
All reactions