prompts
prompts copied to clipboard
Build script to setup ESM/CJS module exports
How is this going? prompts isn't working with ts-node-esm, so I'd really want an ESM version of this library
Yeah, same, would like to use it with native esm ;)
Is there any temporary solution for now to utilize this in an ESM environment until support is added? I would prefer to avoid build steps or transpilation if possible on the consuming side.
I tried to switch my script over to cjs, but then I lose top level awaits :(