Skip to content
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

Added workaround for --isolatedModules inside of configuration files #39004

Merged
merged 4 commits into from Jul 26, 2022

Conversation

titusdmoore
Copy link
Contributor

@titusdmoore titusdmoore commented Jul 25, 2022

This relates to a bug from issue #38957 found inside of the with-cypress example as a result of the recent typescript conversion. This issue can be resolved with adding export {}; which prevents TypeScript from reading .ts configuration files from being read as legacy script files. This issue has been resolved on StackOverflow here. More info on --isolatedModules can be read here.

Bug

  • Related issues linked using fixes #number
  • Integration tests added
  • Errors have helpful link attached, see contributing.md

Fixes #38597

@ijjk ijjk added the examples Issue/PR related to examples label Jul 25, 2022
@kodiakhq kodiakhq bot merged commit 5bd155e into vercel:canary Jul 26, 2022
@titusdmoore titusdmoore deleted the bugfix/resolve-issue-38957 branch July 26, 2022 13:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue/PR related to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants