Open danielhelen opened 9 months ago
@danielhelen at this moment this means to rewrite CodeceptJS completely and I don't think we have enough resources to handle this task.
Actually we can try this codemod, which can make migration faster
This issue is stale because it has been open for 90 days with no activity.
Do we have any target date for https://github.com/codeceptjs/CodeceptJS/pull/4229 ?
Hi @kobenguyent @DavertMik ... any ETA for this?
What are you trying to achieve?
I need to use top-level
await
to retrieve config from AWS and other APIs but CodeceptJS seems completely incompatible with ES modules. Top-level await is simply not possible in CommonJS. Are there any plans to support ES modules?What do you get instead?
If you set
"type": "module"
inpackage.json
you get this error:Details