You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will come for the ride with #22074 most likely! The core problem is the same: need better es module support. I am working on it, so I will assign this to myself.
Current behavior
In 10.0 using
package.json
with"type": "module"
with.ts
will not work out of the box withoutesbuild
installed.Desired behavior
Cypress should use the
ts-node/esm
builder to support loading.ts
from esmodules. https://github.com/TypeStrong/ts-node#commonjs-vs-native-ecmascript-modulesTest code to reproduce
config-cjs-and-esm/config-with-ts-module
fails but it should passCypress Version
10.0
Other
Related to #21574
The text was updated successfully, but these errors were encountered: