-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Remove default esModuleInterop option from ts-node and preprocessor #8143
fix: Remove default esModuleInterop option from ts-node and preprocessor #8143
Conversation
it was replaced by 1_typescript_support_spec.ts.js
@chrisbreiding Nice. I would love links to any docs PRs that are needed or notes you would add for the Migration Guide. The below was previously mentioned for the Migration guide
But providing an example of before / after would be great. |
packages/server/test/support/fixtures/projects/ts-proj/cypress/integration/app_spec.ts
Outdated
Show resolved
Hide resolved
@jennifer-shehane Submitted documentation PR: cypress-io/cypress-documentation#3053 |
packages/server/test/support/fixtures/projects/ts-proj/cypress/integration/app_spec.ts
Outdated
Show resolved
Hide resolved
…ocessor beside it
…esmodule-interop-default # Conflicts: # packages/server/__snapshots__/1_typescript_spec_support_spec.ts.js # packages/server/package.json # yarn.lock
User facing changelog
esModuleInterop
option is no longer coerced totrue
. If you need to utilizeesModuleInterop
, set it in yourtsconfig.json
.Additional details
How has the user experience changed?
PR Tasks
cypress-documentation
? Add section to migration guide about esModuleInterop change cypress-documentation#3053type definitions
?cypress.schema.json
?