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
Sourcemaps are broken in some version of TS 5. Something like the behavior below may happen where there is no sourcemap
Desired behavior
In order to get sourcemaps to work we have to do some monkeypatching to force the sourcemap options to generate them the way we expect. There's likely something that's changed in some version of TS 5 here.
Test code to reproduce
TS code - don't have repro
Cypress Version
13.6.1
Node version
18
Operating System
Mac
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
@TimVee or anyone else following this issue, I've been spending some time looking into this and I'm not able to reproduce this with a couple of scenarios I've tried. Do you have a minimal example of this failing for you that I can take a look at?
Current behavior
Sourcemaps are broken in some version of TS 5. Something like the behavior below may happen where there is no sourcemap
Desired behavior
In order to get sourcemaps to work we have to do some monkeypatching to force the sourcemap options to generate them the way we expect. There's likely something that's changed in some version of TS 5 here.
Test code to reproduce
TS code - don't have repro
Cypress Version
13.6.1
Node version
18
Operating System
Mac
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: